---
title: "POST /users/authorization-form"
method: POST
path: "/users/authorization-form"
tags: ["funds"]
---

# POST /users/authorization-form

`POST /users/authorization-form`

Return fund authorization BUI form

## Request body

- CompleteAuthorizationAndGetFundCreationFormRequest — CompleteAuthorizationAndGetFundCreationFormRequest is the payload type of the payouts service CompleteAuthorizationAndGetFundCreationForm method.
  - `APIKey` string — API Key used to perform authorization.
  - `Bui-Accept` string — A BUI accept header
  - `account_id` string — The ID of the account chosen by the user. This was gathered after the `GetFundCreationForm` request was made.
  - `business_type` string — The type of business.
  - `country` string — The country in which this account resides. Must be the same as the country sent to the `begin` endpoint.
  - `token` string — The token returned from the authorizer iframe.

## Response `200`

HTTP status code 200

- object
  - `AuthorizationID` string
  - `bui` object

## Other responses

- `400` — Invalid input or state means you're bad
- `401` — Unauthorized error
- `default` — An unknown, unexpected error.

---

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