Get webhooks
Callbacks sent to URL of your choice
Responses
- 200
operation successful
- application/json
- Schema
- Example (from schema)
Schema array
- active boolean
- notify_when integer
Possible values: [
1
,2
,3
,4
]1 = every 6 minutes, 2 = upon signing, 3 = sent, 4 = rejected
- url string
[
{
"active": true,
"notify_when": 1,
"url": "https://mywebsite.com/callback/"
}
]
Loading...