latestOpenAPI 3.1.02026-08-0817082.3 KB

cac8702ed2aa

Webhooks

Get webhooks

Get all webhooks.

get/v1/webhooks

Response

Success

Example response

{
  "data": [
    {
      "id": "wh123abc45",
      "type": "LEARNER_TRAINING_CAMPAIGN_COMPLETED",
      "url": "https://{your-domain}.com/webhooks/ethena",
      "secretKey": "a1b2c3d4e5f6789012345678901234567890123456789012345678901234abcd"
    }
  ]
}