Create a new Client

Create a new client

post

Creates a client entry with optional personal details.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
businessnamestringRequired

Name of the business

Body
ds_namestringOptional
ds_surnamestringOptional
ds_phonestringOptional

Phone number with country code

emailstringOptional
opt_in_statusinteger · enumOptional

0: Not requested, 100: pending, 200: opt-in accepted

Possible values:
Responses
chevron-right
200

Client created successfully

application/json
successbooleanOptionalExample: true
post
/clients
200

Client created successfully

Last updated