Skip to content

List distinct HTTP monitor tags for the authenticated account.

GET
/http/tags
curl --request GET \
--url https://api.siteqwality.com/http/tags \
--header 'Authorization: Bearer <token>'

Distinct tag list

Media type application/json
Array<string>
Example generated
[
"example"
]

Missing or invalid authentication

Internal server error