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

# Get information about all entered accounts.

`POST /api/get_accounts`

Get information about all entered accounts.

## Query parameters

- `refresh` boolean, required

## Response `200`

list of `AccountInfo`

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

## Changes

- **2025-08-16** `69c54d77eed4` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/pyload/apis/pyload-api-documentation-openapi/changes/api/get_accounts/post.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/69c54d77eed4/schema)
