List all bots
Retrieve a list of all configured bot instances
Authorizations
API Key authentication using X-API-Key header.
Example: X-API-Key: lbk_your_api_key_here
Bearer token authentication. Can be either a user JWT token or an API key.
Example: Authorization: Bearer <token_or_key>
Responses
Successful response
Create a new bot
Create and configure a new bot instance
Authorizations
API Key authentication using X-API-Key header.
Example: X-API-Key: lbk_your_api_key_here
Bearer token authentication. Can be either a user JWT token or an API key.
Example: Authorization: Bearer <token_or_key>
Request Body
Responses
Bot created successfully
Get a specific bot
Retrieve details of a specific bot instance
Authorizations
API Key authentication using X-API-Key header.
Example: X-API-Key: lbk_your_api_key_here
Bearer token authentication. Can be either a user JWT token or an API key.
Example: Authorization: Bearer <token_or_key>
Parameters
Path Parameters
Bot UUID
"uuid"Responses
Successful response
Update a bot
Update the configuration of an existing bot instance
Authorizations
API Key authentication using X-API-Key header.
Example: X-API-Key: lbk_your_api_key_here
Bearer token authentication. Can be either a user JWT token or an API key.
Example: Authorization: Bearer <token_or_key>
Parameters
Path Parameters
"uuid"Request Body
Responses
Bot updated successfully
Delete a bot
Remove a bot instance from the system
Authorizations
API Key authentication using X-API-Key header.
Example: X-API-Key: lbk_your_api_key_here
Bearer token authentication. Can be either a user JWT token or an API key.
Example: Authorization: Bearer <token_or_key>
Parameters
Path Parameters
"uuid"Responses
Bot deleted successfully
Get bot event logs
Retrieve event logs for a specific bot
Authorizations
API Key authentication using X-API-Key header.
Example: X-API-Key: lbk_your_api_key_here
Bearer token authentication. Can be either a user JWT token or an API key.
Example: Authorization: Bearer <token_or_key>
Parameters
Path Parameters
"uuid"Request Body
Responses
Successful response
Send Message
Send a message to a specific target via the specified bot
Authorizations
API Key authentication using X-API-Key header.
Example: X-API-Key: lbk_your_api_key_here
Parameters
Path Parameters
Bot UUID
Request Body
Responses
Message sent successfully
