Crayon · OAuth Scopes

Crayon OAuth Scopes

OAuth 2.0 searched

Crayon publishes 1 OAuth 2.0 scope via the clientCredentials flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the Crayon API on a user’s behalf.

Tokens are issued from https://api.crayon.com/api/v1/connect/token.

This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.

Competitive IntelligenceMarket IntelligenceSales EnablementBattlecardsWin-Loss AnalysisAIMCP
Scopes: 1 Flows: clientCredentials Method: searched

OAuth endpoints

Token URL
https://api.crayon.com/api/v1/connect/token
Flows
clientCredentials

Scopes (1)

ScopeDescriptionFlows
CustomerApi Grants access to the Crayon customer API (Cloud-iQ); the single scope value passed when requesting an OAuth2 token.

Source

OAuth Scopes

crayon-scopes.yml Raw ↑
generated: '2026-07-11'
method: searched
source: openapi/crayon-openapi.yml
docs: https://apidocs.crayon.com/scenarios/token-get.html
note: >-
  Crayon's API (Cloud-iQ) documents a single OAuth2 scope, CustomerApi, used
  when requesting a token from the connect/token endpoint; no finer-grained
  scopes are published (https://apidocs.crayon.com/getting-started/authentication.html).
schemes:
- name: OAuth2
  source: openapi/crayon-openapi.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://api.crayon.com/api/v1/connect/token
scopes:
- scope: CustomerApi
  description: >-
    Grants access to the Crayon customer API (Cloud-iQ); the single scope
    value passed when requesting an OAuth2 token.
  sources:
  - https://apidocs.crayon.com/scenarios/token-get.html