Competitor Tracker & Co. Docs

List an API key's usage log, newest first.

List an API key's usage log, newest first — Competitor Tracker & Co. API reference for GET /v1/api-keys/{id}/usage: request parameters, request body, response.

Required role: member or higher (organization-level).

Required scope: account:read (for both OAuth2 tokens and API keys).

GET
/v1/api-keys/{id}/usage

Authorization

X-API-Key<token>

In: header

Path Parameters

id*string
Formatuuid

Query Parameters

cursor?string
Length1 <= length
limit?integer
Default25
Range1 <= value <= 100

Response Body

application/json

application/json

curl -X GET "https://api.competitortracker.io/v1/api-keys/497f6eca-6276-4993-bfeb-53cbbbba6f08/usage"
{
  "items": [
    {
      "id": "string",
      "method": "string",
      "path": "string",
      "status": 0,
      "scope": "string",
      "occurredAt": "string"
    }
  ],
  "nextCursor": "string"
}
{
  "code": "string",
  "message": "string",
  "resolution": "string"
}