Auth0 · Schema

ConnectionGatewayUrlSMS

The URL of your SMS gateway. Auth0 must be able to reach this URL for it to use your gateway to send messages on your behalf.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectiongatewayurlsms-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionGatewayUrlSMS",
  "title": "ConnectionGatewayUrlSMS",
  "description": "The URL of your SMS gateway. Auth0 must be able to reach this URL for it to use your gateway to send messages on your behalf.",
  "anyOf": [
    {
      "$ref": "#/components/schemas/ConnectionHttpsUrlWithHttpFallback255"
    }
  ],
  "x-release-lifecycle": "deprecated"
}