Get OAuth client
Get OAuth client details tied to an api
Path parameters
The API id
The Client ID
Response
OAuth client details
Example response
{
"api_id": "keyless",
"client_id": "2a06b398c17f46908de3dffcb71ef87b",
"description": "google client login",
"redirect_uri": "https://httpbin.org/ip",
"secret": "MmQwNTI5NGQtYjU0YS00NjMyLWIwZjktNTZjY2M1ZjhjYWY0"
}Changes
Changed in 2 of the 52 revisions of this API.114
- ▲
the response property
meta_databecame nullable for the status200response-property-became-nullable
- ○
added the non-success response with the status
403response-non-success-status-added
- ○
added the non-success response with the status
404response-non-success-status-added
This revision also has 28 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ●
for the
pathrequest parameterapiID, the min was set to1.00request-parameter-min-set
- ○
removed the non-success response with the status
403response-non-success-status-removed
- ○
removed the non-success response with the status
404response-non-success-status-removed
This revision also has 155 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●