API ReferenceAudienceContacts
Get the status of a CSV import job
Authorization
api-key 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"}