Path: / admin / realms / {realm} / applications

List of applications belonging to this realm.

Path parameters:
realm - realm name (not id!)

Resources
NameDescription
{app-name}Get representation of the application.

Method Summary
ResourceDescription
GET /admin/realms/{realm}/applicationsList of applications belonging to this realm.
POST /admin/realms/{realm}/applicationsCreate a new application.

Method Detail
HTTP Example:
GET /admin/realms/{realm}/applications

List of applications belonging to this realm.

Output:
List<ApplicationRepresentation> -
Produces:
application/json
HTTP Example:
POST /admin/realms/{realm}/applications

Create a new application. Application name must be unique!

Input:
ApplicationRepresentation
Output:
javax.ws.rs.core.Response -
Consumes:
application/json