v12
latestOpenAPI 3.1.02026-08-0464112112.3 KBWebhooks
List all the the webhook and their subscriptions
Lists all the webhook and their subscriptions
get/v1/webhooks
Query parameters
cursorinteger
limitinteger
Response
Successful Response
Example response
{
"data": [
{
"subscriptions": [
{
"endpoint": "http://www.example.com/"
}
]
}
]
}