cURL
curl --request POST \ --url https://apidev.lindo.ai/v1/workspace/website/assign \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "website_id": "website_abc123", "client_id": "client_abc123" } '
{ "success": true, "result": { "message": "Website assigned to client successfully", "website_id": "website_abc123", "client_id": "client_abc123" } }
Assigns a website to a client
Enter your API key (starts with lindo_sk_)
Unique identifier of the website to assign
"website_abc123"
Unique identifier of the client to assign the website to
"client_abc123"
Website assigned to client successfully
Indicates the operation was successful
true
false
Show child attributes
Was this page helpful?