Create App Client
POST/api/v1/app-clients
Creates a new app client.
An app client provides access to Releval APIs, through OAuth 2.0 authentication.
A unique client_id and client_secret are generated upon creation and returned in the response.
The client_secret is only provided once upon creation, so be sure to make a note of it when presented.
Request
Responses
- 201
- 400
- 403
Created
Bad Request
Forbidden