Auth0 · Schema

CreatePhoneProviderSendTestResponseContent

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
code number The status code of the operation.
message string The description of the operation status.
View JSON Schema on GitHub

JSON Schema

auth0-createphoneprovidersendtestresponsecontent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreatePhoneProviderSendTestResponseContent",
  "title": "CreatePhoneProviderSendTestResponseContent",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "code": {
      "type": "number",
      "description": "The status code of the operation."
    },
    "message": {
      "type": "string",
      "description": "The description of the operation status."
    }
  }
}