v1

latestOpenAPI 3.1.02026-07-241695611.0 MB
Federation Webhook Management

List Federation Webhook Endpoints

get/federations/{federation_id}/webhooks

Path parameters

federation_idstring uuid required

Response

Successful Response

doneboolean required
iteratorstring nullable
prev_iteratorstring nullable

Example response

{
  "data": [
    {
      "channels": [
        "project_123",
        "group_2"
      ],
      "filter_types": [
        "user.signup",
        "user.deleted"
      ],
      "id": "ep_1srOrx2ZWZBpBUvZwXKQmoEYga2",
      "uid": "unique-ep-identifier",
      "url": "https://example.com/webhook/",
      "version": 1
    }
  ],
  "iterator": "iterator",
  "prev_iterator": "-iterator"
}