Retrieve SSP Report Data
GET/report/ssp
Returns reporting data in JSON or CSV format based on the query parameters. The endpoint accepts a date range, an optional output format, header preferences for CSV, and an optional list of fields (dimensions) to be returned.
Request
Responses
- 200
- 400
- 401
- 429
Successful response with report data.
Bad Request – missing or invalid parameters.
Unauthorized – invalid or missing authentication credentials.
Too Many Requests – rate limit exceeded.