---
title: "Create a business entity ROE authorization"
method: POST
path: "/business_entity_roe_authorizations"
tags: ["Business Entity ROE Authorizations"]
---

# Create a business entity ROE authorization

`POST /business_entity_roe_authorizations`

## Request body

- object
  - `business_entity_id` string, required
  - `note` string, nullable
  - `consent_form` string, required

## Response `201`

Created

- 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/revisions/01cd9c45a923/schema)
