Webhooks API
Get Webhook by id
GET
/
api
/
webhooks
/
{id}
Authorizations
x-api-key
string
headerrequiredPath Parameters
id
string
requiredId of the webhook to be obtained.
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