GET v1/ClientAuth?clientid={clientid}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
clientid | string |
Required |
Body Parameters
None.
Response Information
Resource Description
AuthName | 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": "b87d1f57-9739-4e8b-bfe0-5665e688c2a8", "accessKeyUid": "3bbbd39d-5238-4fd7-a639-4972a4e6a90f", "displayname": "sample string 4", "id_ct_clients_fk": 5 }