GET
/
api
/
bot-accounts
List Accounts
curl --request GET \
  --url https://api.example.com/api/bot-accounts

Response

{
  "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"
    }
  ]
}