POST
/
dsp-get-seats
Get DSP Seats
curl --request POST \
  --url https://api.agentic.scope3.com/rest/v1/dsp-get-seats \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "data": {},
  "message": "Operation completed successfully",
  "success": true
}

Authorizations

Authorization
string
header
required

Use your Scope3 API key as the bearer token

Body

application/json
dsp
string
required

DSP name (e.g., 'DV360', 'Amazon DSP', 'The Trade Desk', 'Xandr')

search_term
string

Optional search term to filter seats by name

Response

Successful response

data
object
message
string
success
boolean