Path: / admin / realms / {realm} / oauth-clients

Get a list of oauth clients in this realm.

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

Resources
NameDescription
{clientId}Get a representation of the oauth client

Method Summary
ResourceDescription
GET /admin/realms/{realm}/oauth-clientsGet a list of oauth clients in this realm.
POST /admin/realms/{realm}/oauth-clientsCreate an oauth client

Method Detail
HTTP Example:
GET /admin/realms/{realm}/oauth-clients

Get a list of oauth clients in this realm.

Output:
List<OAuthClientRepresentation> -
Produces:
application/json
HTTP Example:
POST /admin/realms/{realm}/oauth-clients

Create an oauth client

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