DevelopersAPI referenceCronCrunchClients
Create a client
Creates a client. Color defaults to "#c53a17" when omitted.
View as MarkdownAuthorization
bearer AuthorizationBearer <token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/v1/clients" \ -H "Content-Type: application/json" \ -d '{ "name": "string" }'{ "client": { "id": "string", "name": "string", "color": "string", "created": "2019-08-24T14:15:22Z", "visibility": "string", "ownerId": "string", "crmCompanyId": "string" }}List clients
Clients the caller can read: their own (active-org-scoped; legacy rows without org_id stay visible) plus any shared with the organization by a teammate. Ordered by name ascending.
Rename, recolor, or share a client
Owner-only. A client a teammate shared with the organization is readable but not editable — it answers 403, not 404.