Skip to main content
POST
/
v1
/
caller-trust
/
brand
/
submit
Submit the brand profile for vetting
curl --request POST \
  --url https://api.revdesk.com/v1/caller-trust/brand/submit \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "<string>",
    "status": "<string>",
    "submitted_at": "<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.

Response

Success

data
object
required