Deal

Create or Update Deal

post

Create or update a digital retailing deal in the associated partner's system.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Header parameters
x-dm-access-keystringRequired

The unique identifier of your dealer. Refer to Console > Dealers to get or setup your dealer access key.

x-api-keystringRequired

Your app's client ID.

Example: 47de026c-e52f-afc1-9214-063740bbce4d
Body
Responses
chevron-right
200

Returns the created deal identifiers.

application/json
post
/v1/dr/deal

Deal Summary

get

Returns the details of a deal.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
deal_idstring · alphanumericRequired

Unique identifier the deal.

Example: 456735se-e89b-12d3-a456-426614174000
Query parameters
vidstring · alphanumericRequired

The unique external indentifier for the user's session.

Example: 47de026c-e52f-afc1-9214-063740bbce4d
sidstring · alphanumericOptional

The unique external indentifier for the user's current session.

Example: 47de026c-e52f-afc1-9214-063740bbce4d
Header parameters
x-dm-access-keystringRequired

The unique identifier of your dealer. Refer to Console > Dealers to get or setup your dealer access key.

x-api-keystringRequired

Your app's client ID.

Example: 47de026c-e52f-afc1-9214-063740bbce4d
Responses
chevron-right
200

Returns the deal details.

application/json
get
/v1/dr/deal/{deal_id}