---
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

---

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