GET v1/ClientAuth?clientid={clientid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
clientid

string

Required

Body Parameters

None.

Response Information

Resource Description

Auth
NameDescriptionTypeAdditional 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": "44e010db-82e2-4858-b8cf-b6cafb1d7e8f",
  "accessKeyUid": "077a1b81-f048-41af-a525-7cf7c1d00415",
  "displayname": "sample string 4",
  "id_ct_clients_fk": 5
}