Cardly API: Webhook Additions

Cardly API: Webhook Additions

We've extended the Cardly API to provide webhook functionality. This allows for instant notifications of key events within your business account to be delivered to external systems for further actions to be taken.

Additionally, webhook management functionality can now be found within your business account. This will allow you to review webhook postbacks and resend events as required.

Update Details

We've added the following new endpoints to the v2 API:

  • GET /webhooks: Get a list of currently active webhooks on your account.
  • POST /webhooks: Add a new webhook for the specified event(s).
  • GET /webhooks/{id}: Get details of the specified webhook.
  • POST /webhooks/{id}: Update a specified webhook to listen for a new set of events.
  • DELETE /webhooks/{id}: Delete the specified webhook.

If you have any queries or issues with these new endpoints, please don't hesitate to get in touch with our support team for assistance.