Ampersand · JSON Structure

Ampersand Api Api Key Scopes Structure

The scopes for the API key.

Type: array Properties: 0
Developer ToolsIntegrationsPlatformSaaSOAuthData SyncWebhooks

ApiKeyScopes is a JSON Structure definition published by Ampersand. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

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