cURL
curl --request GET \ --url http://localhost:3001/portal-api/products/{product_id}/tags \ --header 'Authorization: <api-key>'
[ { "Name": "monetization" } ]
List all tags attached to this API Product
UID of an API Product
1
Product tags retrieved successfully
Name of this tag
"monetization"
Was this page helpful?