cURL
curl --request GET \ --url https://api.scrunchai.com/v1/{brand_id}/query \ --header 'Authorization: Bearer <token>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Query the data API across supported dimensions and metrics
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1 <= x <= 90000
x >= 0
Successful Response
Was this page helpful?