GET
/
webhooks
curl --request GET \
  --url https://console.sendlayer.com/api/v1/webhooks \
  --header 'Authorization: Bearer <token>'
{
  "Webhooks": [
    {
      "WebhookID": 972,
      "CreatedAt": "2022-07-25T17:33:32.000Z",
      "UpdatedAt": "2022-07-25T17:33:32.000Z",
      "Status": "Enabled",
      "WebhookURL": "https://eojhlevpsweagozcsg.m.example.net",
      "Event": "delivered",
      "LastResponseCode": 0,
      "LastResponseBody": "",
      "LastResponseAt": "1899-11-30T00:00:00.000Z",
      "LastResponseTryCounter": 0
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json
OK A succesful response returns records for the webhooks you've added to your registered domain

A succesful response returns records for the webhooks you've added to your registered domain.