Skip to main content
GET
/
api
/
v1
/
contacts
/
{id}
Get a contact by ID.
curl --request GET \
  --url https://api.backside.app/api/v1/contacts/{id} \
  --header 'Authorization: Bearer <token>'

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

Contact ID

Query Parameters

as_of
string

System-time as-of (RFC 3339)

valid_at
string

Valid-time as-of (RFC 3339)

Response

Contact with related data (current-state) or historical snapshot