Tagging APIs
Last updated
Was this helpful?
Endpoints for creating, searching, synchronizing, and deleting tags on Guardian policy entities.
Authentication: Bearer token required (Authorization: Bearer <token>)
POST
/api/v1/tags
Creates a new tag
Yes
POST
/api/v1/tags/search
Searches for tags matching the specified criteria
Yes
DELETE
/api/v1/tags/{tagId}
Deletes the specified tag
Yes
GET
/api/v1/tags/synchronization
Synchronizes tags from the Hedera network
Yes
Last updated
Was this helpful?
Was this helpful?