Skip to main content
GET
List ClientCredential

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

client
string
required

Query Parameters

pageSize
object

The maximum number of credentials to fetch.

pageToken
string

Token used for pagination.

Response

200 - application/json

OK

clientCredentials
ClientCredential · object[]
required

ClientCredential: List of client credentials.

nextPageToken
string

A token that can be used to fetch more client credentials, empty if no more client credentials are available.