Codat · Schema

Zapier integration key

Unified_API

Properties

Name Type Description
key string Integration key used to authorize Zapier's HTTP requests with Codat.
View JSON Schema on GitHub

JSON Schema

codat-webhookzapierkey-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/WebhookZapierKey",
  "title": "Zapier integration key",
  "type": "object",
  "properties": {
    "key": {
      "type": "string",
      "description": "Integration key used to authorize Zapier's HTTP requests with Codat.",
      "example": "sk_integ_WM4dfoK1nKZnDE_kceze6hWDjbRwOZwG.us"
    }
  },
  "examples": [
    {
      "key": "sk_integ_WM4dfoK1nKZnDE_kceze6hWDjbRwOZwG.us"
    }
  ]
}