v52

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-045244247.9 KB
Webhooks

Rotate Zapier key

The Rotate Zapier key endpoint returns the Zapier integration key needed to configure Zaps triggered by Codat's webhooks.

If a key has already been created, calling this will revoke that existing key.

The key changes each time this endpoint is called. If you are already using our Zapier integration and called this endpoint again, you need to reauthenticate using the latest integration key returned in the response.

Our Zapier integration makes it simple for you to set up and receive user notifications in your preferred ways, such as via email or Slack. See our Zapier documentation for detailed instructions on setting up this integration.

post/webhooks/integrationKeys/zapier

Response

OK

keystring

Integration key used to authorize Zapier's HTTP requests with Codat.

Example response

{
  "key": "sk_integ_WM4dfoK1nKZnDE_kceze6hWDjbRwOZwG.us"
}