Get Webhooks
Your registered webhooks
The endpoint returns the list of registered event notifications.
get
Authorizations
Responses
200
Returns all registered webhooks
application/json
500
Internal server error
application/json
get
GET /v1/webhooks HTTP/1.1
Host:
Authorization: Bearer JWT
Accept: */*
[
{
"id": "text",
"event": "ORDER_STATUS_UPDATED",
"createdAt": "2025-09-04T02:22:59.876Z",
"url": "text"
}
]
Last updated