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"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.