Get the application constants.

GET /api/systems/application

Get the application constants.

Responses

  • 200 application/json

    The application constants.

    Hide response attribute Show response attribute object
  • Unauthorized

  • Forbidden

  • Not Implemented

GET /api/systems/application
curl \
 -X GET https://[tenant_id].logto.app/api/systems/application \
 -H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
  "protectedApps": {
    "defaultDomain": "string"
  }
}