curl --request GET \
--url https://api.backside.app/api/v1/deals/{id} \
--header 'Authorization: Bearer <token>'Without as_of: returns the current-state shape (DealResponse with
pipeline/stage names and contacts).
With as_of (RFC 3339): returns the historical snapshot of the deal’s
main row — DealAsOfResponse. pipeline_id and source are omitted
(not versioned on deals_history). Retention enforcement: 410 Gone
when as_of falls before the tenant’s retention cutoff.
curl --request GET \
--url https://api.backside.app/api/v1/deals/{id} \
--header 'Authorization: Bearer <token>'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Deal ID
Deal details (current-state) or historical snapshot
Was this page helpful?