Read Client
Intent
Reads the client without changing it.
When to call it
Call this after your application has received or stored the identifier for the client.
Access boundary
Use the credential type and authentication scheme shown for this operation.
Successful result
A successful request returns 200. The response schema below defines the body your integration receives.
Operational notes
Get an OAuth2 client by Client ID.
GET
Read Client
Previous
Create Client### Intent
Creates a client from the values supplied in the request.
### When to call it
Call this when your application has collected the required values and is ready to create a client.
### Access boundary
Use the credential type and authentication scheme shown for this operation.
### Successful result
A successful request returns `200`. The response schema below defines the body your integration receives.
### Operational notes
Create an OAuth2 client.
Next
Read Client