Ampersand · Schema

ApiKeyScopes

The scopes for the API key.

Developer ToolsIntegrationsPlatformSaaSOAuthData SyncWebhooks
View JSON Schema on GitHub

JSON Schema

ampersand-api-api-key-scopes-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/ampersand/refs/heads/main/json-schema/ampersand-api-api-key-scopes-schema.json",
  "title": "ApiKeyScopes",
  "description": "The scopes for the API key.",
  "type": "array",
  "items": {
    "type": "string",
    "example": [
      "full",
      "frontend"
    ]
  }
}