Skip to main content
POST
Find or create a contact by phone number

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
phoneNumber
string
required

Phone number to look up or create against; normalized to E.164 and used to dedupe within the caller's org.

Response

Existing contact returned

data
object
required
Example:
created
boolean
required