cURL
curl --request POST \ --url https://api.jackson.scope3.com/dsp-get-seats \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{}'
{ "success": true, "message": "<string>", "data": {} }
Get available DSP seats for the authenticated customer.
Bearer token authentication using Scope3 API key
Successful tool execution
Whether the operation succeeded
Human-readable response message
Response data (varies by tool)