Zapier · Schema

AuthenticationCreateRequest

Inputs to create a new Authentication

IntegrationsiPaaS

Properties

Name Type Description
data object
View JSON Schema on GitHub

JSON Schema

partner-api-authentication-create-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AuthenticationCreateRequest",
  "description": "Inputs to create a new Authentication",
  "$id": "https://raw.githubusercontent.com/api-evangelist/zapier/refs/heads/main/json-schema/partner-api-authentication-create-request-schema.json",
  "type": "object",
  "properties": {
    "data": {
      "$ref": "#/components/schemas/_AuthenticationCreateRequest"
    }
  },
  "required": [
    "data"
  ]
}