API ReferenceParticipants
Bulk Import Participants
Authorization
apiKey X-API-Key<token>
API key for authentication
In: header
Request Body
application/json
participants*
Items
1 <= items <= 1000Response Body
application/json
curl -X POST "https://samva.app/api/v1/participants/bulk-import" \ -H "Content-Type: application/json" \ -d '{ "participants": [ { "name": "string" } ] }'{
"total": 0,
"created": 0,
"skipped": 0,
"errors": 0,
"results": [
{
"index": 0,
"status": "created",
"participantId": "9f6624b5-5f99-42b6-899f-30f2b369cbd7",
"error": "string"
}
]
}