GET
/api/.well-known/endpoints/{tenantId}
curl \
--request GET 'https://[tenant_id].logto.app/api/.well-known/endpoints/{tenantId}'
Response examples (200)
{
"user": "string"
}
curl \
--request GET 'https://[tenant_id].logto.app/api/.well-known/endpoints/{tenantId}'
{
"user": "string"
}