Website Management
Authorizations
AuthorizationstringRequired
Bearer token authentication using Lindo API key (format: Bearer lindo_sk_live_...)
Responses
200
Successful response
application/json
websitesobject[]Required
total_countnumberRequired
400
Bad request
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
500
Internal server error
application/json
get
/workspace/website/listAuthorizations
AuthorizationstringRequired
Bearer token authentication using Lindo API key (format: Bearer lindo_sk_live_...)
Body
website_idstringRequired
business_namestringOptional
business_descriptionstringOptional
Responses
200
Successful response
application/json
messagestringRequired
website_idstringRequired
business_namestringOptional
business_descriptionstringOptional
activatedbooleanOptional
400
Bad request
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
500
Internal server error
application/json
put
/workspace/website/updateAuthorizations
AuthorizationstringRequired
Bearer token authentication using Lindo API key (format: Bearer lindo_sk_live_...)
Body
website_idstringRequired
Responses
200
Successful response
application/json
messagestringRequired
website_idstringRequired
deletedbooleanRequired
400
Bad request
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
500
Internal server error
application/json
delete
/workspace/website/deleteLast updated