Retrieves a list of Bots associated with a specific organisation.
organisation_id (int): The ID of the organisation for which to retrieve the Bots.X-API-Key: API key for user authentication.BotExternal objects, each representing a Bot associated with the organisation. This includes the Bot’s ID, email, first name, last name, and any custom data associated with the Bot.404 Not Found: If the specified organisation_id does not exist.403 Forbidden: If the user does not have the necessary permissions to perform this action or is not a member of the specified organisation.Successful Response
{
"alias": "example.com",
"id": 1,
"valid_record": true,
"valid_ssl": true
}6363