---
title: "GET /user/{userID}/monetary-account/{monetary-accountID}/export-rib/{itemId}"
method: GET
path: "/user/{userID}/monetary-account/{monetary-accountID}/export-rib/{itemId}"
tags: ["export-rib"]
---

# GET /user/{userID}/monetary-account/{monetary-accountID}/export-rib/{itemId}

`GET /user/{userID}/monetary-account/{monetary-accountID}/export-rib/{itemId}`

Get a RIB for a monetary account by its id.

## Path parameters

- `userID` integer, required
- `monetary-accountID` integer, required
- `itemId` integer, required

## Headers

- `Cache-Control` string
- `User-Agent` string, required
- `X-Bunq-Language` string
- `X-Bunq-Region` string
- `X-Bunq-Client-Request-Id` string
- `X-Bunq-Geolocation` string
- `X-Bunq-Client-Authentication` string, required

## Response `200`

Used to create new and read existing RIBs of a monetary account

- ExportRibRead
  - `id` integer — The id of the rib as created on the server.
  - `created` string — The timestamp of the RIB's creation.
  - `updated` string — The timestamp of the RIB's last update.

## Other responses

- `400` — This is how the error response looks like for 4XX response codes

---

[API](https://skmtc.net/bunq/apis/bunq-api.md) · [All operations](https://skmtc.net/bunq/apis/bunq-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bunq/bunq-api/versions/369477c7bd26/schema)
