Introduction
API recipes
Emails
Subscribers
Tags
Images
Advertising slots
Attachments
Newsletters
Exports
Bulk actions
RSS feeds
Webhooks
Comments
Surveys
Coupons
Automations
Accounts
Notes
Snippets
Prices
API Requests
Events
Ping
Changelog
Added a new subscriber_editable field to the Tag object. When set to true, subscribers can add or remove this tag from their own profile via the subscriber portal.
subscriber_editable
true
Example:
curl -X POST "https://api.buttondown.com/v1/tags" \ -H "Authorization: Token YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "name": "Weekly digest", "color": "#4CAF50", "subscriber_editable": true }'
When a tag is marked as subscriber editable:
You can subscribe to this changelog via RSS or browse the full list of API changes.