---
title: "List business entity ROE authorizations"
method: GET
path: "/business_entity_roe_authorizations"
tags: ["Business Entity ROE Authorizations"]
---

# List business entity ROE authorizations

`GET /business_entity_roe_authorizations`

## Query parameters

- `business_entity_id` string, required

## Response `200`

OK

- object
  - `object` string — The type of the object in Nmbr (`"list"`).
  - `data` object[]
    - `id` string — The unique identifier of the object in Nmbr.
    - `object` string — The type of the object in Nmbr (`"roe_authorization"`).
    - `data` BusinessEntityRoeAuthorization
      - `business_entity` object
        - `id` string — The unique identifier of the object in Nmbr.
        - `object` string — The type of the object in Nmbr (`"business_entity"`).
      - `status` 'authorized' | 'processing' | 'unauthorized'
      - `note` string, nullable
      - `created_at` string, dateTime — The date and time the object was created in Nmbr.
      - `updated_at` string, dateTime — The date and time the object was last updated in Nmbr.

---

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