v2024-01-31
Search...
/
API Status
Partner Portal
Home
Guides
API Explorer
GitHub
Support
Home
Guides
API Explorer
GitHub
Support
API Concepts
Overview
Environments and URLs
Authentication
API versioning
Rate limiting
HTTP headers
Pagination, sorting, and filtering
General
Access tokens
Partner settings
Webhook subscriptions
GET
Get webhook subscriptions
POST
Subscribe to a webhook
GET
Get a webhook subscription
DEL
Delete a webhook subscription
PATCH
Update a webhook subscription
POST
Disable a webhook subscription
POST
Enable a webhook subscription
POST
Regenerate a webhook secret and return the new webhook subscription
Webhook deliveries
Events
Common
Entities
Entity bank accounts
Entity persons
Entity VAT IDs
Roles
Entity users
Counterparts
Counterpart addresses
Counterpart bank accounts
Counterpart contacts
Counterpart VAT IDs
Payment records
Projects
Tags
Accounts payable
Approval policies
Approval requests
Comments
Payable line items
Payables
Purchase orders
Accounts receivable
Measure units
Overdue reminders
Payment reminders
Payment terms
Products
Receivables
Recurrences
VAT rates
Payments
Batch payments
Entity bank account verifications
Entity onboarding data
Onboarding documents
Onboarding links
Onboarding requirements
Payment intents
Payment links
Payment methods
Accounting integration
Accounting connections
Accounting data pull
Accounting synchronized records
Accounting tax rates
Ledger accounts
Utilities
Audit logs
Data export
Data export - extra data
Files
Mail templates
Mailbox domains
Mailboxes
PDF templates
Text templates
API Status
Partner Portal
General
Webhook subscriptions
Disable a webhook subscription
POST
https://
api.sandbox.monite.com/v1
/
webhook_subscriptions
/
:webhook_subscription_id
/
disable
Path parameters
webhook_subscription_id
string
Required
Headers
Auth
Authorization
string
Required
Bearer authentication of the form Bearer <token>, where token is your auth token.
x-monite-version
string
Required
Response
Successful Response
id
string
event_types
list of strings
object_type
enum
Show 37 enum values
status
"enabled" or "disabled"
Allowed values:
enabled
disabled
url
string
=1 character
Errors
422
Unprocessable Entity
500
Internal Server Error
Enable a webhook subscription
Up Next