We’re excited to announce the release of public API support for Get APIs for Tags and Categories Modules in the Social Planner release. ✨
These APIs will enable developers to fetch the tags and categories by their respective ID and Location ID
We’ve added a few new scopes for accessing the Social Planner –
- socialplanner/category.readonly
- socialplanner/tag.readonly
API Endpoints:
1. Category APIs –
– GET /social-media-posting/:locationId/categories: Retrieves categories
– GET /social-media-posting/:locationId/categories/:id: Retrieves category details by Id
2. Tag APIs –
– GET /social-media-posting/:locationId/tags: Retrieves Tags
– POST /social-media-posting/:locationId/tags/details: Retrieves Tags by Tag Ids list
Why it Matters?✨
Developers will be able to use the Tags and Categories APIs seamlessly through the OAUTH channel using specific scopes. The create, update, and delete API will be released in the upcoming releases