Client Management
Update Client
Update an existing client sub-account by providing the client ID
POST
To update a client, include the
id field in the request body along with the fields you want to change. The same endpoint is used for both creating and updating clients.Query Parameters
string
required
Your SmartLead API key
Request Body
number
required
The ID of the client to update. This makes the request an update instead of a create.
string
required
Client email address
string
required
Client display name
string
New login password for the client
string
Base64 encoded logo image
string
URL to the client logo image
string
Unique identifier for the client
array
Array of permission strings
boolean
Whether credits are assigned to this client
number
Email credits allocated
number
Lead credits allocated
Response Codes
Success
Request successful
Bad Request
Invalid request parameters or malformed request body
Unauthorized
Invalid or missing API key
Validation Error
Request validation failed. Check parameter types and constraints.
