Operation
|
Request
|
URL
|
GET
|
https://<myserver>:<port>/api/mgmt/oauth/client/applications
|
|
POST
|
https://<myserver>:<port>/api/mgmt/oauth/client/applications
|
|
GET
|
https://<myserver>:<port>/api/mgmt/oauth/client/applications/{id}
|
|
PUT
|
https://<myserver>:<port>/api/mgmt/oauth/client/applications/{id}
|
|
DELETE
|
https://<myserver>:<port>/api/mgmt/oauth/client/applications/{id}
|
|
PUT
|
https://<myserver>:<port>/api/mgmt/oauth/client/applications/{id}/reset
|
|
GET
|
https://<myserver>:<port>/api/mgmt/oauth/client/allowedapplications
|
|
DELETE
|
https://<myserver>:<port>/api/mgmt/oauth/client/allowedapplications/{id}
|
|
POST
|
https://<myserver>:<port>/api/mgmt/oauth2/token
|
|
POST
|
https://<myserver>:<port>/api/mgmt/oauth2/authorize
|