Get Webhooks
Retrieve a list of all webhook subscriptions configured for your vendor.
Use the env_mode
query parameter to specify the environment.
GET
Query Parameters
To retrieve webhook subscriptions in test mode, set this to test
. For production webhook subscriptions, set it to live
. Defaults to live
if not specified.
Available options:
test
, live
Response
200 - application/json
A list of all webhooks configured for your vendor.
The response is of type object
.