Create new app
POST/apps-srv/clients
This API call is used to create an app. Note that the client_name as well as client_id must be unique. The client_id will be generated during app creation if not provided.
Note: If oauthStandard is not specified, it defaults to "OAuth2.1" for newly created apps.
Request
Responses
- 200
- 400
- 401
- 409
- 417
SUCCESS
Bad Request
Unauthorized
Conflict
Expectation Failed