Get all Registered Webhooks
curl --request GET \
--url https://sandbox-api.borderless.xyz/v1/notifications/webhooks/settings \
--header 'Authorization: Bearer <token>'[
{
"id": "<string>",
"url": "<string>",
"enabled": true,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
]Webhooks
Get all Registered Webhooks
Retrieve a list of all Registered Webhooks.
GET
/
v1
/
notifications
/
webhooks
/
settings
Get all Registered Webhooks
curl --request GET \
--url https://sandbox-api.borderless.xyz/v1/notifications/webhooks/settings \
--header 'Authorization: Bearer <token>'[
{
"id": "<string>",
"url": "<string>",
"enabled": true,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
]Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Was this page helpful?
⌘I