v2

latestOpenAPI 3.0.02026-08-0688139156.5 KB
Clients

Create client

post/v1/client

Request body

commentsstring

Comments about the client

namestring required

Name of the client

Example request

{
  "comments": "This is a client for Slide's office",
  "name": "Slide Office"
}

Response

Created

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"
}