Get a list of Client configuration data.
Request
Method: GET
URI: /api/configuration/clientList
Headers
Name | Type | Description |
---|---|---|
X-SurePassID-Api-Key | string | An API Key with 'Reader' role. |
Query String
Name | Type | |
---|---|---|
includeNulls | boolean | Show/don't show JSON properties that have null values. |
clientIds | string | A comma delimited list of URL encoded client IDs to list. |
Response
Status: 200 OK
Expand | |||||
---|---|---|---|---|---|
| |||||
|
Status: 401 Unauthorized
Code Block | ||
---|---|---|
| ||
{
"type": "https://httpstatuses.com/401",
"title": "Unauthorized",
"status": 401
} |