Skip to main content
GET
cURL

What this endpoint is for

Fetch a single contact when you already have its ID.

Access

You can only retrieve your own contacts. Requesting another account’s contact returns 403 access_denied.

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

ID of the contact

Response

200 - application/json

Contact response

success
boolean
required

Indicates whether the request was successful

Example:

true

data
object
required