Webhooks API
Get Webhooks
GET
/
api
/
webhooks
Authorizations
x-api-key
string
headerrequiredQuery Parameters
userId
string
User id to filter the results.
page
integer
Used to specify the current page you want to get in the paging results.
limit
integer
Used to specify the maximum number of records to be returned on a single page.
Response
200 - application/json
userId
string
Id of the user that the webhook is for
type
enum<string>
Type of webhook
Available options:
orders
, bank-accounts
, users
url
string
URL to send the webhook to
id
string
Id of the webhook registration