---
title: "Generate the token to get the file that belongs to the provided account id"
method: GET
path: "/v1.0/accounts/{accountId}/file-attachments"
tags: ["AccountFileAttachment"]
---

# Generate the token to get the file that belongs to the provided account id

`GET /v1.0/accounts/{accountId}/file-attachments`

## Path parameters

- `accountId` integer, required

## Query parameters

- `uuid` string, required

## Response `200`

OK

- FileToken
  - `token` string
  - `tokenExpirationMinutes` integer

## Other responses

- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

## Changes

- **2026-01-19** `ddccb1b086d7` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/beis/apis/mets-api-documentation/changes/v1.0/accounts/:accountId/file-attachments/get.md)

---

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