cURL
curl --request GET \ --url https://api.rated.network/v1/tags/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "name": "<string>", "network": "mainnet", "organizationId": "<string>", "createdBy": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" }
This endpoint will return the details on a tag including its name, id and when it was created.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
mainnet
hoodi
holesky
Successful Response