Skip to main content
Clients are the workspaces you resell under your brand. The API lets you list them, fetch one, and create new ones.

List clients

Returns every client in your agency, newest first.
data
array

Get a client

id
string
required
The client id.
Returns the same shape as one item in the list above, or 404 if the client isn’t in your workspace.

Create a client

Requires the Scale plan (write access).
Creates a new client workspace. Returns the created client with a 201 status.
name
string
required
The client’s name (1–100 characters).
Your plan’s client limit still applies. If you’ve reached it, the request returns 400 with an invalid_request error explaining the limit.