Api keys
Mint, list, and manage API keys for machine integrations. Keys authenticate on the X-API-Key header and are scoped to a subset of your role's permissions.
Mint, list, and manage API keys for machine integrations. Keys authenticate on the X-API-Key header and are scoped to a subset of your role's permissions. Every endpoint below has a "try it" console. See the API reference overview for the base URL and how to authenticate.
GET /v1/api-keys
List the current organization's API keys.
POST /v1/api-keys
Create an API key for the current organization.
DELETE /v1/api-keys/{id}
Revoke an API key for the current organization.
POST /v1/api-keys/{id}/regenerate
Rotate an API key's secret for the current organization.
GET /v1/api-keys/{id}/usage
List an API key's usage log, newest first.
Dismiss the onboarding checklist for the current organization (sticky, idempotent). POST
Dismiss the onboarding checklist for the current organization (sticky, idempotent) — Competitor Tracker & Co. API reference for POST /v1/onboarding/dismiss.
List the current organization's API keys. GET
List the current organization's API keys — Competitor Tracker & Co. API reference for GET /v1/api-keys: request parameters, request body, response schema plus.