v1
latestOpenAPI 3.0.12026-07-243686491.1 MBWebhooks
Get your webhook config
Required scope: manage-webhooks:read
get/api/v1/webhooks/config
Response
Your Webhook config.
Example response
{
"webhookUrl": "https://partner1.com/webhooks/monta",
"webhookSecret": "FEC64907-DE3A-4EEB-9DA8-843D45AFF00C",
"eventTypes": [
"charges",
"team-members"
],
"teamIds": [
12345,
67890
]
}