Webhooks
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
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.