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