Clients

Save a client (create or update)

Creates or updates a client. If client.id is provided, that client is updated; otherwise the API may match an existing client by name/email before creating a new one.

post/clients/save

Request body

clientobject

Response

Saved

{"stackTrail":"components:schemas:SuccessEnvelope:properties:data","oasType":"schema","type":"unknown"}
successtrue required

Example response

{
  "data": {},
  "success": true
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.