Subscriptions

Create a new subscription

Subscribes the authenticated user to a new notification type for a given site.

post/customers/my-subscriptions

Request body

notification_type'failed_payments' | 'expiring_soon' | 'new_signups' | 'revoked_mandate' required

The type of notification to subscribe to

site_idstring uuid required

The site ID to subscribe to events for

Response

The subscription was successfully retrieved or created.

Changes