// Replace API_KEY with your api key and :tagId with tag id
curl --location 'https://api.supahub.com/api/v1/tags/:tagId' \
--header 'Authorization: Bearer API_KEY'
GET
method
/tags/:tagId
path

Path Parameters

tagId
string
required

Identifier of the tag being requested.

// Replace API_KEY with your api key and :tagId with tag id
curl --location 'https://api.supahub.com/api/v1/tags/:tagId' \
--header 'Authorization: Bearer API_KEY'