cURL
curl -X POST "https://api.callaro.ai/api/v1/contacts/import" \ -H "X-Api-Key: $CALLARO_API_KEY" \ -F "file=@contacts.csv" \ -F 'column_mapping={"Phone":"phone_e164","First Name":"first_name"}'
{ "data": {}, "message": "<string>", "meta": {}, "request_id": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Optional tenant context selector for JWT/partner key callers.
CSV file containing contacts.
JSON string mapping CSV headers to contact fields.
Optional JSON string for import flags and defaults.
Contact import accepted
Was this page helpful?