get https://example.com/v1/oauth2/client/
This API request allows you to get information about OAuth2 client by its ID.
NOTE: only users with 'ADMIN' role are capable to execute this request.
Response status codes:
200 - you can review information
400 - you specified invalid data
401 - you are not authorized
422 - OAuth2 client with ID you sent doesn't exists
500 - if unhandled and unexpected exception happened