Skip to main content
GET
/
api
/
v1
/
deals
/
{id}
Get a deal by ID.
curl --request GET \
  --url https://api.backside.app/api/v1/deals/{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

Deal ID

Query Parameters

as_of
string

System-time as-of (RFC 3339)

valid_at
string

Valid-time as-of (RFC 3339)

Response

Deal details (current-state) or historical snapshot