Skip to main content
PUT
Update client

Authorizations

Authorization
string
header
required

Access token obtained from the /v1/auth/login endpoint

Path Parameters

clientId
string<uuid>
required

The ID of the client to update

Body

application/json
name
string
required
Example:

"Acme Inc."

email
string<email>
required
kind
enum<string>
default:BUSINESS
Available options:
BUSINESS,
PERSON
profile
object
document_defaults
object
address
object | null

Response

Client updated successfully

success
boolean
Example:

true

message
string
Example:

"Client updated successfully"

data
object