Skip to content

Newsletter Subscriptions

Unidy allows managing newsletter subscriptions through a REST API. Currently, it's possible to:

  • Delete newsletter subscription by email
  • Delete newsletter subscription by ID
  • Create new newsletter subscriptions
  • Update existing newsletter subscriptions

See list of all available resources here

The request body must comply with JSON Schema

  curl  \
    'https://<YOUR UNIDY DOMAIN>/api/v1/newsletter_subscriptions/[email protected] \
    -H 'Content-Type: application/json' \
    -H 'Authorization: bearer <YOUR ACCESS TOKEN>'