{
"maxResultCount": 1,
"skipCount": 0,
"sorting": "string"
}
curl --location --request POST '/blackHole3D/basic/customAuth/list' \
--header 'Authorization: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"maxResultCount": 1,
"skipCount": 0,
"sorting": "string"
}'
{
"items": [
{
"extraProperties": {
"property1": null,
"property2": null
},
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"tenantId": "f97df110-f4de-492e-8849-4a6af68026b0",
"clientId": "string",
"secretKey": "string",
"scopes": "string",
"description": "string"
}
],
"totalCount": 0
}