cURL
curl --request GET \ --url https://api.example.com/tags/{tag_id} \ --cookie fastapiusersauth=
{ "id": "<string>", "name": "<string>", "color": "<string>" }
Get a specific tag by ID.
Successful Response
Model for reading tag data with validation.
1 - 50
Hex color code
Was this page helpful?