cURL
curl --request GET \ --url http://localhost:3001/portal-api/products/{product_id}/tags/{tag_name} \ --header 'Authorization: <api-key>'
{ "Name": "monetization" }
Get a tag for this API Product
UID of an API Product
1
Name of the tag
"monetization"
Product tag was successfully retrieved
Name of this tag
Was this page helpful?