WorkOS · Schema

ApiKeyValidationResponse

AuthenticationIdentity ProviderSSOSAMLOIDCSCIMDirectory SyncAuthorizationFGAAudit LogsMFAB2B SaaSAgentsMCP

Properties

Name Type Description
api_key object
View JSON Schema on GitHub

JSON Schema

workos-apikeyvalidationresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ApiKeyValidationResponse",
  "title": "ApiKeyValidationResponse",
  "type": "object",
  "properties": {
    "api_key": {
      "oneOf": [
        {
          "$ref": "#/components/schemas/ApiKey"
        },
        {
          "type": "null"
        }
      ]
    }
  },
  "required": [
    "api_key"
  ]
}