Skip to main content
POST
Create new workspace client

Authorizations

Authorization
string
header
required

Enter your API key (starts with lindo_sk_)

Body

application/json
email
string<email>
required

Client email address

Example:

"client@example.com"

website_limit
number
default:1

Maximum websites allowed for this client

Example:

1

full_name
string

Client full name

Example:

"John Doe"

credit_limit
number

Credit limit for client

Example:

100

send_invitation
boolean
default:false

Send invitation email to the client. Defaults to false.

Example:

false

Response

Client created successfully

success
enum<boolean>
required

Indicates the operation was successful

Available options:
true
Example:

true

result
object
required