Get well known endpoint

GET /api/.well-known/endpoints/{tenantId}

Path parameters

  • tenantId string Required

    The unique identifier of the tenant.

Responses

  • 200 application/json

    OK

    Hide response attribute Show response attribute object
  • Bad Request

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