Skip to content

List the distinct metric sources.

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

Metric sources

Media type application/json
object
sources
required
Array<string>
Example generated
{
"sources": [
"example"
]
}

Missing or invalid authentication

Internal server error