Tags- Get by Tenant
Retrieve all tags associated with a specific tenant.
GET /tags/tenants/:tenantId
Request Headers |
Authorization: Bearer <token> |
Path Parameters |
tenantId: string (required) |
Success Response |
HTTP/1.1 200 OK { "tags": [ { // Tag object }, ... ] } |
โ