curl --location --request GET '/v1/auth/clients?pageSize&pageToken&filter'
{
"clients": [
{
"clientId": "string",
"name": "string",
"description": "string",
"redirectUris": [
"string"
],
"scopes": [
"string"
],
"grantTypes": [
"GRANT_TYPE_UNSPECIFIED"
],
"responseTypes": [
"string"
],
"isPublic": true,
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"isActive": true
}
],
"nextPageToken": "string",
"totalCount": 0
}