Skip to main content
GET
/
api
/
webhooks
List registered webhooks
curl --request GET \
  --url https://mag3nt.com/api/webhooks \
  --header 'Authorization: <api-key>'
{
  "webhooks": [
    {
      "id": "wh_3b9fe670abcdef...",
      "url": "https://api.acme.com/hooks/mag3nt",
      "description": "Release API access on payment",
      "status": "ACTIVE",
      "created_at": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

API key prefixed with 'Bearer sx_live_...'

Response

Webhooks list

webhooks
object[]