Skip to main content
POST
Create client sub-accounts to manage multiple brands or agencies from a single SmartLead account. Each client gets their own isolated workspace with configurable permissions.

Overview

Creates a new client sub-account under your main SmartLead account. Clients are whitelabel sub-accounts that allow agencies to manage multiple brands with isolated data and configurable permissions.

Query Parameters

string
required
Your SmartLead API key

Request Body

string
required
Client email address. Must be unique across the platform.
string
required
Client display name (company or brand name)
string
Login password for the client. If not provided, the client will need to set one.
Base64 encoded logo image for whitelabel branding
string
URL to the client logo image for whitelabel branding
array
Array of permission strings defining what the client can access. Controls feature visibility and access.
boolean
Whether email/lead credits are specifically assigned to this client
number
Number of email credits allocated to this client (when is_credit_assigned is true)
number
Number of lead credits allocated to this client (when is_credit_assigned is true)

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.