Firsty

Search...

Search...

Catalog

List subscribable webhook event types

Experimental. This endpoint is still settling — its request and response shape may change without a deprecation cycle.

Returns every event type Firsty can deliver to a webhook endpoint. An endpoint is configured with an explicit list of these values and there is no wildcard, so this is the set to choose from. The endpoints configured for your client, and the event types each is subscribed to, are returned by GET /webhook-configs; the payload each event type carries is documented under the Webhooks tag.

get/catalog/webhook-event-types

Authorization

Authorization: Bearer {token} — an OAuth2 access token from the client-credentials flow. How authentication works

Responses

200List of webhook event typesapplication/json
Show response body
dataarray of objectrequired
Show properties
eventTypestringrequired

Value to subscribe a webhook endpoint to.

401Unauthorized - missing or invalid API key403Forbidden - client does not have access to this resource429Rate limit exceeded500Internal server error