Client Management

Create new workspace client

post

Creates a new client for a workspace with specified email and permissions

Authorizations
AuthorizationstringRequired

Bearer token authentication using Lindo API key (format: Bearer lindo_sk_live_...)

Body
emailstringRequired
website_limitnumberOptional
Responses
chevron-right
200

Successful response

application/json
client_idstringRequired
emailstringRequired
statusstringRequired
created_datestringRequired
post
/workspace/client/create

List all workspace clients

get

Retrieves a list of all clients associated with the current workspace

Authorizations
AuthorizationstringRequired

Bearer token authentication using Lindo API key (format: Bearer lindo_sk_live_...)

Responses
chevron-right
200

Successful response

application/json
clientsobject[]Required
total_countnumberRequired
get
/workspace/client/list

Update workspace client

put

Updates an existing client's information including website limits and payment rates

Authorizations
AuthorizationstringRequired

Bearer token authentication using Lindo API key (format: Bearer lindo_sk_live_...)

Body
client_idstringRequired
website_limitnumberOptional
Responses
chevron-right
200

Successful response

application/json
messagestringRequired
client_idstringRequired
website_limitnumberOptional
put
/workspace/client/update

Delete workspace client

delete

Removes a client from the workspace and revokes their access

Authorizations
AuthorizationstringRequired

Bearer token authentication using Lindo API key (format: Bearer lindo_sk_live_...)

Body
client_idstringRequired
Responses
chevron-right
200

Successful response

application/json
messagestringRequired
client_idstringRequired
revokedbooleanRequired
delete
/workspace/client/delete

Last updated