Create a new Client
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 · enumOptionalPossible values:
0: Not requested, 100: pending, 200: opt-in accepted
Responses
200
Client created successfully
application/json
successbooleanOptionalExample:
truepost
/clients200
Client created successfully
Last updated