GET
/
api
/
utm-clients
/
{id}
{
  "id": 123,
  "clientName": "<string>",
  "clientDomain": "<string>",
  "clientPrefix": "<string>",
  "clientMail": "<string>",
  "clientUser": "<string>",
  "clientPass": "<string>",
  "clientLicenceCreation": "2023-11-07T05:31:56Z",
  "clientLicenceExpire": "2023-11-07T05:31:56Z",
  "clientLicenceId": "<string>",
  "clientLicenceVerified": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Utm-Internal-Key
string
header
required

Path Parameters

id
integer
required

Response

200 - */*

OK

The response is of type object.