Website Management

List all workspace websites

get

Retrieves a list of all websites 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
websitesobject[]Required
total_countnumberRequired
get
/workspace/website/list

Update website information

put

Updates website details such as business name, description, and setup status

Authorizations
AuthorizationstringRequired

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

Body
website_idstringRequired
business_namestringOptional
business_descriptionstringOptional
Responses
chevron-right
200

Successful response

application/json
messagestringRequired
website_idstringRequired
business_namestringOptional
business_descriptionstringOptional
activatedbooleanOptional
put
/workspace/website/update

Delete website

delete

Permanently deletes a website and all associated data

Authorizations
AuthorizationstringRequired

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

Body
website_idstringRequired
Responses
chevron-right
200

Successful response

application/json
messagestringRequired
website_idstringRequired
deletedbooleanRequired
delete
/workspace/website/delete

Last updated