GET v1/ClientAuth?clientid={clientid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientid | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Auth| Name | Description | Type | Additional information |
|---|---|---|---|
| id_auth | integer |
None. |
|
| accountUid | globally unique identifier |
None. |
|
| accessKeyUid | globally unique identifier |
None. |
|
| displayname | string |
None. |
|
| id_ct_clients_fk | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"id_auth": 1,
"accountUid": "546213b6-4fb1-4ad9-a74a-748f19712989",
"accessKeyUid": "51c76755-226d-412f-a685-7340fb3f3f89",
"displayname": "sample string 4",
"id_ct_clients_fk": 5
}