---
title: "Get information about all entered accounts."
method: GET
path: "/api/get_accounts"
tags: ["pyLoad REST"]
---

# Get information about all entered accounts.

`GET /api/get_accounts`

Get information about all entered accounts.

## Query parameters

- `refresh` boolean, required

## Response `200`

list of `AccountInfo`

- AccountInfo[]
  - `validuntil` number, float, nullable
  - `login` string
  - `options` object
  - `valid` boolean
  - `trafficleft` integer, nullable
  - `premium` boolean
  - `type` string

## Changes

- **2026-03-16** `dbab6acd77b4` — 5 breaking, 5 info
  - the response property `items/login` became optional for the status `200`
  - the response property `items/options` became optional for the status `200`
  - the response property `items/premium` became optional for the status `200`
  - the response property `items/type` became optional for the status `200`
  - …6 more
- **2025-11-15** `2fd5ad55a679` — 1 info
  - endpoint added
- **2025-08-16** `69c54d77eed4` — 1 breaking
  - api removed without deprecation

[Change history](https://skmtc.dev/pyload/apis/pyload-api-documentation-openapi/changes/api/get_accounts/get.md)

---

[API](https://skmtc.dev/pyload/apis/pyload-api-documentation-openapi.md) · [All operations](https://skmtc.dev/pyload/apis/pyload-api-documentation-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pyload/pyload-api-documentation-openapi/revisions/00b0770e3fa6/schema)
