Skip to main content
PUT
/
v1
/
caller-trust
/
brand
Save (or update) the Display Identity Record draft
curl --request PUT \
  --url https://api.revdesk.com/v1/caller-trust/brand \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "display_name": "<string>",
  "call_reason": "<string>"
}
'
{
  "data": {
    "id": "<string>",
    "display_name": "<string>",
    "call_reason": "<string>",
    "status": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.revdesk.com/llms.txt

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

Authorizations

Authorization
string
header
required

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

Headers

Idempotency-Key
string

UUID — when present, deduplicates repeat submissions. See /api-reference/idempotency.

Body

application/json
display_name
string
required
Required string length: 1 - 64
call_reason
string
required
Required string length: 1 - 120

Response

Success

data
object
required