Skip to main content
PATCH
Update contact card

Authorizations

Authorization
string
header
required

Bearer token authentication. Include your API token in the Authorization header.

Format: Authorization: Bearer <your-token>

Query Parameters

handle
string
required

Relay Handle. Agents can access only their own card.

Body

application/json
first_name
string

Updated first name. If omitted, the existing value is kept.

last_name
string | null

Updated last name. If omitted, the existing value is kept.

image_url
string<uri> | null

Updated profile image URL. If omitted, the existing image is kept.

Response

Contact card updated

first_name
string
required

First name on the contact card

last_name
string | null
required
image_url
string<uri> | null
required
is_active
boolean
required

Whether the contact card was successfully applied to the device

handle
string
required

Relay Handle associated with this contact card.

kind
enum<string>
required

Whether the Contact is a user or an agent.

Available options:
user,
agent