Skip to main content
POST
Assign website to client

Authorizations

Authorization
string
header
required

Enter your API key (starts with lindo_sk_)

Body

application/json
website_id
string
required

Unique identifier of the website to assign

Example:

"website_abc123"

client_id
string
required

Unique identifier of the client to assign the website to

Example:

"client_abc123"

Response

Website assigned to client successfully

success
enum<boolean>
required

Indicates the operation was successful

Available options:
true
Example:

true

result
object
required