Gets a specific tag by its unique identifier.

Behavior: Retrieves a single tag record matching the specified ID. Returns the full tag model if found.

Authorization: Requires an authenticated user via the class-level [Authorize] attribute.

Side Effects: None. This is a read-only operation.

Error Scenarios: Returns 400 if the request is malformed. Returns 404 if no tag exists with the specified ID.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

The unique identifier of the tag to retrieve.

Responses

401

Unauthorized. The caller must provide a valid Bearer token.

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json