WorkOS · Schema

DataIntegrationAuthorizeUrlResponse

AuthenticationIdentity ProviderSSOSAMLOIDCSCIMDirectory SyncAuthorizationFGAAudit LogsMFAB2B SaaSAgentsMCP

Properties

Name Type Description
url string The OAuth authorization URL to redirect the user to.
View JSON Schema on GitHub

JSON Schema

workos-dataintegrationauthorizeurlresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DataIntegrationAuthorizeUrlResponse",
  "title": "DataIntegrationAuthorizeUrlResponse",
  "type": "object",
  "properties": {
    "url": {
      "type": "string",
      "description": "The OAuth authorization URL to redirect the user to.",
      "example": "https://api.workos.com/data-integrations/q2czJKmVAraSBg8xFpT7M9uR/authorize-redirect"
    }
  },
  "required": [
    "url"
  ]
}