Zapier · JSON Structure

Partner Api Authentication Type Enum Structure

* `authentication` - authentication

Type: string Properties: 0
IntegrationsiPaaS

AuthenticationTypeEnum is a JSON Structure definition published by Zapier. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/zapier/refs/heads/main/json-structure/partner-api-authentication-type-enum-structure.json",
  "name": "AuthenticationTypeEnum",
  "description": "* `authentication` - authentication",
  "type": "string",
  "enum": [
    "authentication"
  ]
}