cURL
curl --request GET \ --url http://localhost:8080/api/v1/tags/{id} \ --header 'Authorization: <api-key>'
{ "attributes": { "name": "<string>" }, "id": "<string>", "type": "<string>" }
Get details of a tag by its ID
Tag ID
OK
Tag response model
Show child attributes
Was this page helpful?