Skip to main content
POST

Overview

This endpoint registers a new Zapier webhook URL for your workspace. Once registered, Caret will send notifications to this URL whenever a new meeting is created. This is primarily used by the Caret Zapier integration to set up “Instant” triggers.

Authentication

All API requests must use Authorization: Bearer <API_KEY>.
string
required
Bearer token. Format: Bearer <API_KEY>.

Body

string
required
The webhook URL provided by Zapier where notifications should be sent. Must be a valid URL.

Response

string
Indicates the result of the operation. Always success if the webhook was registered.