PelekaPeleka Developers
API ReferenceAudienceContacts

Get the status of a CSV import job

GET
/api/v1/contacts/import/{jobId}
X-API-Key<token>

In: header

Path Parameters

jobId*string

Import job ID

Response Body

application/json

curl -X GET "https://example.com/api/v1/contacts/import/string"
{  "jobId": "job_123",  "status": "processing"}