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
Response
Saved
Example response
{
"data": {},
"success": true
}Changes
No recorded changes to this endpoint across all 1 revision of this API.