v2

latestOpenAPI 3.0.02026-08-0688139156.5 KB
Clients

Get client

get/v1/client/{client_id}

Path parameters

client_idstring required

ID of a client

Example:c_0123456789ab

Response

OK

client_idstring required

ID of a client

commentsstring required

Comments about the client

namestring required

Name of the client

Example response

{
  "client_id": "c_0123456789ab",
  "comments": "This is a test client",
  "name": "Slide Office"
}