v1

latestOpenAPI 3.1.02026-07-241120379.1 KB

List webhook

Rate limit - 5/s

get/2023-10/webhook

Response

200

successboolean
messagestring
codestring

Example response

{
  "success": true,
  "message": "Subscribed webhooks fetched successfullly",
  "data": [
    {
      "id": 12,
      "uuid": "aa17105446634e85b830b2aa7405e38d",
      "status": "ACTIVE",
      "address": "https://www.xyz.com/webhook/receive",
      "topic": "subscription/expired"
    }
  ],
  "code": "SUCCESS"
}