Client Management
Create Client
Create a new client (whitelabel sub-account) under your account
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
Your SmartLead API key
Request Body
Client email address. Must be unique across the platform.
Client display name (company or brand name)
Login password for the client. If not provided, the client will need to set one.
Base64 encoded logo image for whitelabel branding
URL to the client logo image for whitelabel branding
Array of permission strings defining what the client can access. Controls feature visibility and access.
Whether email/lead credits are specifically assigned to this client
Number of email credits allocated to this client (when
is_credit_assigned is true)Number of lead credits allocated to this client (when
is_credit_assigned is true)Response Codes
Request successful
Invalid request parameters or malformed request body
Invalid or missing API key
Request validation failed. Check parameter types and constraints.
