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
Your SmartLead API key
Request Body
The ID of the client to update. This makes the request an update instead of a create.
Client email address
Client display name
New login password for the client
Base64 encoded logo image
URL to the client logo image
Unique identifier for the client
Array of permission strings
Whether credits are assigned to this client
Email credits allocated
Lead credits allocated
Response Codes
Request successful
Invalid request parameters or malformed request body
Invalid or missing API key
Request validation failed. Check parameter types and constraints.
