contacts
Bulk create contacts
Import up to 1000 contacts at a time. Skips duplicates.
AuthorizationBearer <token>
API key authentication - use your Zernio API key as a Bearer token
In: header
profileIdstring
accountIdstring
platformstring
contacts
Items
items <= 1000Response Body
application/json
curl -X POST "https://zernio.com/api/v1/contacts/bulk" \ -H "Content-Type: application/json" \ -d '{ "profileId": "string", "accountId": "string", "platform": "string", "contacts": [ { "name": "string", "platformIdentifier": "string" } ] }'Empty
{
"error": "Unauthorized"
}