v6

latestOpenAPI 3.1.02026-08-068648296.2 KB
Batch

Create a Batch Client

Create an organization-scoped client for segmenting downstream batch work.

post/v1/batch/clients

Request body

namestring required

Unique client identifier (slug). Lowercase, alphanumeric with hyphens.

display_namestring

Human-readable display name.

contact_emailstring email

Contact email for notifications.

billing_ratenumber

Optional billing rate applied to this client.

notesstring

Internal notes.

industrystring

Industry classification.

websitestring

Client website.

phonestring

Phone number.

addressobject

Physical address object.

custom_fieldsobject

Arbitrary custom fields stored with the client.

Example request

{
  "name": "acme-corp",
  "display_name": "Acme Corporation"
}

Response

Client created.

object required