Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.example.com/api/bot-accounts
Get all bot accounts for the authenticated user.
{ "accounts": [ { "id": "acc-abc12345", "username": "botuser1", "email": "bot@email.com", "status": "logged_in", "isPlatform": false, "registrationYear": "2019", "cookiesExpiresAt": "2026-04-01T12:00:00.000Z", "createdAt": "2026-03-30T10:00:00.000Z" } ] }