v1

latestOpenAPI 3.0.32026-08-0631313.6 KB
Zapier Connections

Register Zapier connection

Registers a new Zapier connection and returns/associates a unique webhook endpoint for the user.

post/api/integrations/connections/zapier/setup

Request body

Response

Connection registered

statusstring
endpointstring
messagestring

Example response

{
  "status": "success",
  "endpoint": "wh_3fa85f64",
  "message": "Zapier connection registered."
}
All 3 operations