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
  • 401

    Unauthorized

  • 403

    Forbidden

  • 501

    Not Implemented

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