cURL
curl --request GET \ --url https://api.example.com/oauth/client/{handle} \ --header 'x-api-key: <api-key>'
{ "handle": "<string>", "client_id": "<string>", "client_secret": "<string>", "api_key": "<string>", "_auth": { "owner": "<string>", "realm": "<string>", "organization": "<string>", "domain": "<string>" }, "scopes": [ "<string>" ], "roles": [ "<string>" ], "created": "<string>", "updated": "<string>" }
Endpoint used to get credentials
Documentation IndexFetch the complete documentation index at: https://transfiya.me/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://transfiya.me/llms.txt
Use this file to discover all available pages before exploring further.
Get credentials successfully
Show child attributes