Fetch customer's webhooks.
GET/webhook
Fetch customer's webhooks.
Request
Header Parameters
X-Api-Key stringrequired
Responses
- 200
- 500
Successfully returning customer's webhooks
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
webhook stringrequired
A customer's webhook that events will be sent to
[
{
"webhook": "string"
}
]
Internal Server Error
Loading...