cURL
curl --request GET \ --url https://api.odin.fun/v1/tags/{id} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": 123, "name": "<string>", "created_time": "<string>", "description": "<string>" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Tag ID
Returns the tag
Show child attributes