Get Subscription Events

Use this API to retrieve the list of available entities and their associated actions for a specific subscription type. This endpoint is essential for discovering which events can be subscribed to when creating subscriptions.

Purpose:

This API helps you identify valid entity-action combinations that can be used when creating subscriptions. The response provides a comprehensive list of all entities (e.g., CLIENT, CARD, PAYMENT) and their supported actions (e.g., CREATE, UPDATE, DELETE) for the specified subscriber type.

Use Case:

Before creating a subscription, use this endpoint to:

  • Discover available entities and actions for a specific subscriber type
  • Validate entity-action combinations
  • Build dynamic subscription creation forms
  • Understand the event structure for different subscriber types

Subscriber Types:

  • EMAIL: Events that trigger email notifications
  • PUSH_NOTIFICATION: Events that trigger push notifications
  • WEBHOOK: Events that trigger webhook calls
  • CORE_EVENT_PROCESSOR: Events processed by core event handlers
Language
Credentials
Bearer
JWT
Click Try It! to start a request and see the response here!