List client credentials. Credentials are listed in no particular order.
cURL
curl --request GET \ --url https://iam.eu.confidence.dev/v1/clients/{client}/credentials \ --header 'Authorization: Bearer <token>'
{ "clientCredentials": [ { "displayName": "<string>", "createTime": {}, "updateTime": {}, "creator": "<string>", "updater": "<string>", "name": "<string>", "clientSecret": {}, "lastSeenTime": {}, "environments": [ "<string>" ], "labels": [ {} ], "sdkType": {} } ], "nextPageToken": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The maximum number of credentials to fetch.
Token used for pagination.
OK
List of client credentials.
Show child attributes
A token that can be used to fetch more client credentials, empty if no more client credentials are available.
Was this page helpful?