A valid request URL is required to generate request examples{
"id": "<string>",
"first_name": "<string>",
"last_name": "<string>",
"primary_phone": "<string>",
"primary_email": "<string>",
"notes": "<string>"
}{
"error": {
"code": "validation_error",
"message": "<string>",
"request_id": "<string>",
"field": "<string>"
}
}{
"error": {
"code": "validation_error",
"message": "<string>",
"request_id": "<string>",
"field": "<string>"
}
}{
"error": {
"code": "validation_error",
"message": "<string>",
"request_id": "<string>",
"field": "<string>"
}
}{
"error": {
"code": "validation_error",
"message": "<string>",
"request_id": "<string>",
"field": "<string>"
}
}{
"error": {
"code": "validation_error",
"message": "<string>",
"request_id": "<string>",
"field": "<string>"
}
}Contacts
Create a contact
Creates a contact in the caller’s business. At least one of
primary_phone or primary_email is required. Match-and-merge,
validation, and analytics behave identically to the in-app path.
POST
/
contacts
A valid request URL is required to generate request examples{
"id": "<string>",
"first_name": "<string>",
"last_name": "<string>",
"primary_phone": "<string>",
"primary_email": "<string>",
"notes": "<string>"
}{
"error": {
"code": "validation_error",
"message": "<string>",
"request_id": "<string>",
"field": "<string>"
}
}{
"error": {
"code": "validation_error",
"message": "<string>",
"request_id": "<string>",
"field": "<string>"
}
}{
"error": {
"code": "validation_error",
"message": "<string>",
"request_id": "<string>",
"field": "<string>"
}
}{
"error": {
"code": "validation_error",
"message": "<string>",
"request_id": "<string>",
"field": "<string>"
}
}{
"error": {
"code": "validation_error",
"message": "<string>",
"request_id": "<string>",
"field": "<string>"
}
}Authorizations
Authorization Code flow against Dialbird's OIDC provider. The issued
access token is a JWT with aud: "public-api", verified against the
issuer JWKS.
Headers
Client-generated key (≤255 chars) to make a write request safely retriable.
Maximum string length:
255Body
application/json
Was this page helpful?
.png)