v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBOAuth2 Client Public
Get OAuth2 well-known sites
Retrieve the list of public OAuth2 sites available for the current environment. This endpoint is used for OAuth2 discovery and returns sites where users can authenticate.
get/api/v2/oauth2/.well-known/sites
Response
OK
Example response
{
"data": {
"attributes": {
"sites": [
"datadoghq.com",
"datadoghq.eu",
"us5.datadoghq.com",
"us3.datadoghq.com",
"ap1.datadoghq.com",
"ap2.datadoghq.com"
]
},
"id": "prod",
"type": "env"
}
}