cURL
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 }
Search for available DSP seats to add to brand agent for PMP creation
Use your Scope3 API key as the bearer token
DSP name (e.g., 'DV360', 'Amazon DSP', 'The Trade Desk', 'Xandr')
Optional search term to filter seats by name
Successful response
Was this page helpful?