Get App Client
GET/api/v1/app-clients/:app_client_id
Gets an app client by its unique identifier.
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
- 200
- 404
OK
Not Found