Skip to main content
PATCH
/
contacts
/
{id}
Error
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>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.dialbird.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Authorization Code flow against Dialbird's OIDC provider. The issued access token is a JWT with aud: "public-api", verified against the issuer JWKS.

Path Parameters

id
string
required

The contact id.

Body

application/json

At least one of primary_phone / primary_email is required on create.

first_name
string
last_name
string
primary_phone
string

E.164.

Example:

"+15551234567"

primary_email
string<email>
notes
string

Response

Contact updated.

id
string
first_name
string | null
last_name
string | null
primary_phone
string | null
primary_email
string | null
notes
string | null