added
Backend API | New endpoints for filter templates and settings
about 1 year ago
We've added 11 new API endpoints for our filter templates, so you can now manage them via our Backend API. This feature allows you to create, read, update, and delete settings and attributes, and is ideal for automation. The following endpoints were added to our API:
- Get filter template by id
- Delete filter template
- Get all filter templates
- Update filter template
- Create filter template
- Get filter template attribute by id
- Delete filter template attribute
- Get all filter template attributes
- Update filter template attribute
- Create filter template attribute
- Get all (usage) links for filter template
Be aware that all requests you're doing at the API endpoints, do count for billing as well.