Client Management
Authorizations
AuthorizationstringRequired
Bearer token authentication using Lindo API key (format: Bearer lindo_sk_live_...)
Body
emailstringRequired
website_limitnumberOptional
Responses
200
Successful response
application/json
client_idstringRequired
emailstringRequired
statusstringRequired
created_datestringRequired
400
Bad request
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
500
Internal server error
application/json
post
/workspace/client/createAuthorizations
AuthorizationstringRequired
Bearer token authentication using Lindo API key (format: Bearer lindo_sk_live_...)
Responses
200
Successful response
application/json
clientsobject[]Required
total_countnumberRequired
400
Bad request
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
500
Internal server error
application/json
get
/workspace/client/listAuthorizations
AuthorizationstringRequired
Bearer token authentication using Lindo API key (format: Bearer lindo_sk_live_...)
Body
client_idstringRequired
website_limitnumberOptional
Responses
200
Successful response
application/json
messagestringRequired
client_idstringRequired
website_limitnumberOptional
400
Bad request
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
500
Internal server error
application/json
put
/workspace/client/updateAuthorizations
AuthorizationstringRequired
Bearer token authentication using Lindo API key (format: Bearer lindo_sk_live_...)
Body
client_idstringRequired
Responses
200
Successful response
application/json
messagestringRequired
client_idstringRequired
revokedbooleanRequired
400
Bad request
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
500
Internal server error
application/json
delete
/workspace/client/deleteLast updated