cURL
curl --request POST \ --url https://sandbox.killb.app/api/v2/accounts/bulk/upload \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --form file='@example-file'
{ "jobId": "<string>", "status": "PENDING", "message": "<string>" }
Uploads an Excel file with beneficiary data and returns a job ID for tracking
The access token received from the authorization server in the OAuth 2.0 flow.
PENDING
PROCESSING
COMPLETED
FAILED