cURL
curl --request POST \ --url https://nimbussuite.com/api/v1/cloudflare/analytics \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "accountId": "<string>", "operationName": "<string>", "variables": {}, "query": "<string>", "keyId": "<string>" } '
{}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Analytics data retrieved
The response is of type object.
object
Was this page helpful?