We are thrilled to announce the new public API support for Get APIs for Tags and Categories Modules in the Social Planner release!
These APIs will permit developers to pull the tags and categories using their individual ID and Location ID.
We’ve added several new scopes to gain access to 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 have the ability 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 forthcoming releases.