Base Response definition to be used in other Response Serializers.
Be sure to include the `data` field after using this class
Type: objectProperties: 3Required: 2
IntegrationiPaaS
AuthenticationResponse is a JSON Structure definition published by Zapier, describing 3 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/zapier/refs/heads/main/json-structure/partner-api-authentication-response-structure.json",
"name": "AuthenticationResponse",
"description": "Base Response definition to be used in other Response Serializers.\n\nBe sure to include the `data` field after using this class",
"type": "object",
"properties": {
"links": {
"allOf": [
{
"$ref": "#/components/schemas/Links"
}
],
"description": "The links object returned in paginated response bodies.",
"example": "example-value"
},
"meta": {
"allOf": [
{
"$ref": "#/components/schemas/BaseMeta"
}
],
"description": "The meta object returned in paginated response bodies.",
"example": "example-value"
},
"data": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Authentication"
},
"description": "The Authentications present, provided they exist",
"example": [
{}
]
}
},
"required": [
"links",
"meta"
]
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.