latestOpenAPI 3.0.32026-08-2142130334.7 KB

0a94056fba48

Webhook sources

List webhook sources

Lists the workspace's active inbound webhook sources (external services delivering events into Ando).

get/webhook-sources

Query parameters

limitstring

Page size, 1-100. Defaults to 50.

Page size, 1-100. Defaults to 50.

cursorstring

Pagination cursor from the previous page's page_info.

Pagination cursor from the previous page's page_info.

Response

Active inbound webhook sources.

Example response

{
  "data": {
    "items": [
      {
        "source_id": "01jzn7e61x3a7v9h2r7t2m3q4p"
      }
    ]
  }
}