Tag Management Endpoints
Retrieve Tags
Retrieve a list of all tags available to the specified user.user_id
(string, required): The unique ID of the user whose tags are being requested.
200 OK
):
Retrieve Single Tag by ID
Retrieve the details of a specific tag by its ID.tagId
(string, required): The unique ID of the tag.
user_id
(string, required): The unique ID of the user who owns the tag.
200 OK
): A single Tag object (see schema above).