Skip to main content
POST
/
cloudflare
/
analytics
Get Cloudflare analytics data
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>"
}
'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
accountId
string
required
operationName
string
required
variables
object
required
query
string
required
keyId
string
required

Response

Analytics data retrieved

The response is of type object.