---
title: "Retrieves the current user associated aviation accounts"
method: GET
path: "/v1.0/aviation/accounts"
tags: ["Aviation accounts"]
---

# Retrieves the current user associated aviation accounts

`GET /v1.0/aviation/accounts`

## Query parameters

- `term` string
- `page` integer, required
- `size` integer, required

## Response `200`

OK

- AviationAccountSearchResults
  - `accounts` AviationAccountSearchResultsInfoDTO[]
    - `id` integer
    - `name` string
    - `emitterId` string
    - `status` 'NEW' | 'LIVE' | 'CLOSED'
  - `total` integer

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.net/beis/apis/mets-api-documentation.md) · [All operations](https://skmtc.net/beis/apis/mets-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/beis/mets-api-documentation/revisions/c3a5c6052f25/schema)
