WorkOS · Example Payload

Workos Validate Api Key Example

AuthenticationIdentity ProviderSSOSAMLOIDCSCIMDirectory SyncAuthorizationFGAAudit LogsMFAB2B SaaSAgentsMCP

Workos Validate Api Key Example is an example object payload from WorkOS, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestresponse

Example Payload

Raw ↑
{
  "operationId": "ApiKeysController_validateApiKey",
  "method": "POST",
  "path": "/api_keys/validations",
  "summary": "Validate API Key",
  "request": {
    "value": "sk_example_1234567890abcdef"
  },
  "response": {
    "api_key": {}
  }
}