Imagicle Call Recording for UCX Platform

Retrieve global Tags List

GET /v1/recordings/tags

Summary:
Retrieves the list of all tags available for the tenant.

Response:

  • 200 OK:
    Returns:

    { "tags": [ { "id": "uuid", "value": "TagName" } ] }
    
    
  • 401, 403, 500: Error responses.

Last updated: