Updates a Client

Overview

Update a Client Available for Staff, App, and Directory tokens.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Client UID

Body Params
string

Address. Send null or "" to clear this field if force_nullifying is true.

string

Custom Field 1

string

Custom Field 2

string

Custom Field 3

string

Email Address. Must be a valid email format (e.g., [email protected])

string

First Name

boolean

If true, allows nullable fields (address, mobile_phone) to be cleared by sending null or empty string. Must be boolean true or string "true".

string

Last Name

string

Phone Number. Send null or "" to clear this field if force_nullifying is true.

boolean

Marketing email opt-in status. Accepts boolean values (true / false) or string values ("1" / "0"). When set to true (or "1"), the client is opted in to receive marketing emails; when set to false (or "0"), the client is opted out. This is distinct from opt_in_transactional_sms, which controls transactional SMS consent.

string

Phone Number

string

Source name. Updates the client's source label (e.g., "website", "client_portal", "contact_form"). The new value is reflected in the source field on subsequent GET responses. Note: unlike POST /platform/v1/clients, this does NOT create or update the underlying source record, so existing source_url, channel, and campaign values remain unchanged.

string

Source URL. Persists the URL on the client record but, unlike POST /platform/v1/clients, does NOT update the underlying source record. As a result, the value will not be reflected in the source_url field returned by subsequent GET responses (which is read from the source record). To change the visible source_url, channel, or campaign of an existing client, the source record itself must be updated through other means.

boolean

Client marked as spam

string

Staff ID

string
enum

Use a client status to categorize clients according to their relationship with your business. Valid values: lead, customer, loyal, inactive

Allowed:
string

The tag system is based on customized labels that you create, so you can sort your data using personalized words, phrases or themes that are meaningful to you and your business

Response

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json