GET
/
v1
/
tags
/
{id}
curl --request GET \
  --url https://api.rated.network/v1/tags/{id}
{
  "createdAt": "2024-03-31T18:13:27.584133",
  "createdBy": "467c1246-be63-40c2-82c3-10f80d3238bb",
  "id": "96cbc789-5a03-4110-abeb-67f5d4f65323",
  "name": "us-west-1",
  "network": "holesky",
  "organizationId": "d03841a7-d830-47a2-9f96-3f2ddf7d9b43"
}

Headers

X-Rated-Network
enum<string>
Available options:
mainnet,
holesky

Path Parameters

id
string
required

Response

200
application/json
Successful Response
id
string
required
name
string
required
network
enum<string>
required
Available options:
mainnet,
holesky
organizationId
string
required
createdBy
string
required
createdAt
string
required
updatedAt
string | null