---
title: "Returns accounts for customer"
method: GET
path: "/v1/account/customer/accounts"
tags: ["uncategorized"]
---

# Returns accounts for customer

`GET /v1/account/customer/accounts`

## Query parameters

- `query` string
- `sort` string

## Response `200`

OK

- MinimalAccountResponse
  - `id` integer — account id
  - `username` string — user
  - `active` boolean — active

## Other responses

- `500` — Internal server error

---

[API](https://skmtc.dev/linkmobility/apis/untitled-api.md) · [All operations](https://skmtc.dev/linkmobility/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/linkmobility/untitled-api/revisions/db84f79799b9/schema)
