Webhooks
List webhooks
Get all configured webhook endpoints
get/webhooks
Response
List of webhooks
Example response
{
"data": {
"webhooks": [
{
"id": "456"
}
]
},
"meta": {
"requestId": "req_V1StGXR8_Z5jdHi6"
}
}