contacts
Create a contact
Create a new contact. Optionally create a platform channel in the same request by providing accountId, platform, and platformIdentifier.
AuthorizationBearer <token>
API key authentication - use your Zernio API key as a Bearer token
In: header
profileIdstring
namestring
email?string
company?string
tags?array<string>
isSubscribed?boolean
Default
truenotes?string
accountId?string
Optional. Creates a channel if provided with platform + platformIdentifier
platform?string
platformIdentifier?string
displayIdentifier?string
Response Body
application/json
curl -X POST "https://zernio.com/api/v1/contacts" \ -H "Content-Type: application/json" \ -d '{ "profileId": "string", "name": "string" }'Empty
{
"error": "Unauthorized"
}Empty