Update business monitoring event types
Update the event types being monitored for a business subscription.
Documentation Index
Fetch the complete documentation index at: https://docs.getpalm.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Enter your API key in the format: sk_test_xxxxx or sk_live_xxxxx
Path Parameters
Business ID
Body
Updated list of webhook event types to subscribe to (replaces existing)
1business.registration.updated, business.filing.due, business.filing.overdue [
"business.registration.updated",
"business.filing.due"
]Update subscription status (active, paused, expired, cancelled)
active, paused, expired, cancelled "active"
Update custom metadata for the subscription
{
"customer_tier": "enterprise",
"monitoring_level": "enhanced"
}Response
Subscription updated successfully
Unique identifier for the subscription
"123e4567-e89b-12d3-a456-426614174000"
Object type identifier
subscription "subscription"
Type of resource being monitored
user, business "business"
ID of the user or business being monitored
"123e4567-e89b-12d3-a456-426614174000"
List of webhook event types subscribed to for monitoring notifications
business.registration.updated, business.filing.due, business.filing.overdue [
"business.registration.updated",
"business.filing.due"
]Current status of the subscription
active, paused, expired, cancelled "active"
Custom metadata for the subscription
{
"customer_tier": "premium",
"monitoring_level": "enhanced"
}ISO 8601 timestamp when the subscription was created
"2025-10-24T10:30:00Z"
ISO 8601 timestamp when the subscription was last updated
"2025-10-24T15:45:00Z"
ISO 8601 timestamp when the subscription expires (for paid subscriptions)
"2026-10-24T10:30:00Z"

