Imagicle Call Recording for UCX Platform

Add a global Tag

POST /v1/recordings/tags

Summary:
Creates a new tag for the tenant.

Request Body:
JSON object with:

  • value (string, required): The tag name.

Response:

  • 201 Created:
    Returns a JSON object with:

    { "tagId": "uuid" }
    
    
  • 400, 401, 403, 409, 500: Error responses.

Last updated: