Get a single deal
GET /deals/{id}
GET /deals/{id}
Operation
GET
/deals/{id}
Returns a single deal record with its associated advertiser.
Operation ID:
getDeal
·
Tags: Deals
Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
id
|
path | Yes | string | Deal id |
Request Body
No request body is defined for this operation.
Responses
Content Types
application/json
{
"description": "Deal",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"data": {
"$ref": "#/components/schemas/Deal"
}
},
"required": [
"data"
]
}
}
}
}
{
"$ref": "#/components/responses/Unauthorized"
}
{
"$ref": "#/components/responses/NotFound"
}
API Playground
Run this GET request with your API key, or open it in a new tab. Path uses sample IDs where the OpenAPI path has {parameters}.
Sign in to enable live testing with your API key.
| Action | Method | Endpoint | Description |
|---|---|---|---|
| Get a single deal | GET |
/api/v1/deals/1 |
OpenAPI operationId: getDeal. |
GET /api/v1/deals/1
OpenAPI
Get a single deal