Skip to main content
POST
Create a contact

Authorizations

X-API-Key
string
header
required

An organization API key, prefixed bk_live_. Takes precedence over Authorization when both are sent. The key is bound to one organization, and the scopes it was issued with are enforced per endpoint.

Headers

X-Organization-Id
string<uuid>

Required when authenticating with an access token. Optional with an API key, whose own organization binding is authoritative; a value contradicting it is refused with 403.

Body

application/json
firstName
string
Required string length: 1 - 255
lastName
string
Required string length: 1 - 255
displayName
string
Required string length: 1 - 255
timezone
string
Maximum string length: 50
language
string
Maximum string length: 10
status
enum<string>
Available options:
active,
inactive,
archived
tags
string[]
customFields
object
notes
string
Maximum string length: 5000
emails
object[]
smsNumbers
object[]
whatsappAccounts
object[]
telegramAccounts
object[]
imessageAccounts
object[]
pushNotifications
object[]

Response

success
boolean
required
Example:

true

message
string
required
data
object
required