Outdoorsy Funds API

The funds API from Outdoorsy — 5 operation(s) for funds.

Operations 7

GET /users/authorization #
POST /users/authorization #
DELETE /users/authorization #
POST /users/authorization-form #
POST /users/authorization-form/{bank_id} #
GET /users/authorizations #
POST /users/fund-steps #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/outdoorsy-funds-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

outdoorsy-funds-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Outdoorsy Funds API
  version: 0.0.1
  description: 'Operations tagged funds across 2 of this provider''s published API definitions: outdoorsy-funds-api-openapi.yml, outdoorsy-openapi-original.json. Each path carries the servers of the definition it was published in.'
servers:
- url: /v0
security:
- Bearer:
  - '[]'
- API-Key:
  - '[]'
tags:
- name: funds
paths:
  /users/authorization:
    get:
      description: Starts the fund authorization process for the given country
      tags:
      - funds
      operationId: continueAuthorization
      responses:
        '200':
          $ref: '#/components/responses/continueAuthorizationResponse'
        '401':
          $ref: '#/components/responses/unauthorizedError'
        default:
          $ref: '#/components/responses/genericError'
    post:
      description: Return fund authorization details for country
      tags:
      - funds
      operationId: completeAuthorization
      parameters:
      - description: API Key used to perform authorization.
        name: APIKey
        in: query
        schema:
          type: string
      - x-go-name: Country
        description: 'The country in which this account resides. Must be the same as the country

          sent to the `begin` endpoint.'
        name: country
        in: query
        schema:
          type: string
      - x-go-name: BusinessType
        description: The type of business for which this account is being created.
        name: business_type
        in: query
        schema:
          type: string
      - x-go-name: Token
        description: The token returned from the authorizer iframe.
        name: token
        in: query
        schema:
          type: string
      - x-go-name: AccountID
        description: 'The ID of the account chosen by the user. This was gathered after the

          `GetFundCreationForm` request was made.'
        name: account_id
        in: query
        schema:
          type: string
      - x-go-name: AccountName
        description: 'The name of the account chosen by the user. This was gathered after the

          `GetFundCreationForm` request was made.'
        name: account_name
        in: query
        schema:
          type: string
      - x-go-name: AccountMask
        description: 'The mask of the account chosen by the user. This was gathered after the

          `GetFundCreationForm` request was made.'
        name: account_mask
        in: query
        schema:
          type: string
      - x-go-name: BuiAccept
        description: A BUI accept header
        name: Bui-Accept
        in: query
        schema:
          type: string
      responses:
        '200':
          $ref: '#/components/responses/completeAuthorizationResponse'
        '400':
          $ref: '#/components/responses/badRequestError'
        '401':
          $ref: '#/components/responses/unauthorizedError'
        default:
          $ref: '#/components/responses/genericError'
    delete:
      description: Archives the authorization
      tags:
      - funds
      operationId: archiveAuthorization
      responses:
        '200':
          $ref: '#/components/responses/continueAuthorizationResponse'
        '401':
          $ref: '#/components/responses/unauthorizedError'
        default:
          $ref: '#/components/responses/genericError'
    servers:
    - url: /v0
  /users/authorization-form:
    post:
      description: Return fund authorization BUI form
      tags:
      - funds
      operationId: completeAuthorizationFundCreationFormDeprecated
      responses:
        '200':
          $ref: '#/components/responses/fundCreationFormResponse'
        '400':
          $ref: '#/components/responses/badRequestError'
        '401':
          $ref: '#/components/responses/unauthorizedError'
        default:
          $ref: '#/components/responses/genericError'
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/CompleteAuthorizationAndGetFundCreationFormRequest'
    servers:
    - url: /v0
  /users/authorization-form/{bank_id}:
    post:
      description: Return fund authorization BUI form for existing bank
      tags:
      - funds
      operationId: completeAuthorizationFundCreationFormByIdDeprecated
      parameters:
      - x-go-name: BankID
        name: bank_id
        in: path
        required: true
        schema:
          type: integer
          format: int64
      responses:
        '200':
          $ref: '#/components/responses/fundCreationFormResponse'
        '400':
          $ref: '#/components/responses/badRequestError'
        '401':
          $ref: '#/components/responses/unauthorizedError'
        default:
          $ref: '#/components/responses/genericError'
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/CompleteAuthorizationAndGetFundCreationFormRequest'
    servers:
    - url: /v0
  /users/authorizations:
    get:
      description: Lists any pending authorizations for the user
      tags:
      - funds
      operationId: listPendingAuthorizationsAsAdmin
      responses:
        '200':
          $ref: '#/components/responses/listPendingAuthorizationsAsAdminResponse'
        '401':
          $ref: '#/components/responses/unauthorizedError'
        default:
          $ref: '#/components/responses/genericError'
    servers:
    - url: /v0
  /users/fund-steps:
    post:
      description: Return fund authorization BUI form
      tags:
      - funds
      operationId: getFundSteps
      parameters:
      - description: API Key used to perform authorization.
        name: APIKey
        in: query
        schema:
          type: string
      - x-go-name: AuthorizationID
        description: The ID of an Authorization object.
        name: authorization_id
        in: query
        schema:
          type: string
      - x-go-name: BuiAccept
        description: A BUI accept header
        name: Bui-Accept
        in: query
        schema:
          type: string
      responses:
        '200':
          $ref: '#/components/responses/successResponse'
        '401':
          $ref: '#/components/responses/unauthorizedError'
        default:
          $ref: '#/components/responses/genericError'
    servers:
    - url: /v0
components:
  schemas:
    CompleteAuthorizationResponse:
      description: 'CompleteAuthorizationResponse is the result type of the payouts service

        CompleteAuthorization method.'
      type: object
      properties:
        account_mask:
          description: The mask for the chose account.
          type: string
          x-go-name: AccountMask
        account_name:
          description: The name of the chosen account.
          type: string
          x-go-name: AccountName
        authorization_id:
          description: The ID of the newly created Authorization object.
          type: string
          x-go-name: AuthorizationID
        bui:
          description: The BUI to display
          type: object
          x-go-name: BUI
        status:
          description: 'The status of the authorization. Possible values include `pending`,

            `active`, `expired` and `error`.'
          type: string
          x-go-name: Status
      x-go-package: github.com/outdoorsy/api/pkg/payouts/gen
    CompleteAuthorizationAndGetFundCreationFormRequest:
      description: 'CompleteAuthorizationAndGetFundCreationFormRequest is the payload type of

        the payouts service CompleteAuthorizationAndGetFundCreationForm method.'
      type: object
      properties:
        APIKey:
          description: API Key used to perform authorization.
          type: string
        Bui-Accept:
          description: A BUI accept header
          type: string
          x-go-name: BuiAccept
        account_id:
          description: 'The ID of the account chosen by the user. This was gathered after the

            `GetFundCreationForm` request was made.'
          type: string
          x-go-name: AccountID
        business_type:
          description: The type of business.
          type: string
          x-go-name: BusinessType
        country:
          description: 'The country in which this account resides. Must be the same as the country

            sent to the `begin` endpoint.'
          type: string
          x-go-name: Country
        token:
          description: The token returned from the authorizer iframe.
          type: string
          x-go-name: Token
      x-go-package: github.com/outdoorsy/api/pkg/payouts/gen
  responses:
    badRequestError:
      description: Invalid input or state means you're bad
      headers:
        Error:
          schema:
            type: string
    successResponse:
      description: ''
    genericError:
      description: An unknown, unexpected error.
    unauthorizedError:
      description: Unauthorized error
    fundCreationFormResponse:
      description: HTTP status code 200
      content:
        application/json:
          schema:
            type: object
            properties:
              AuthorizationID:
                type: string
              bui:
                type: object
                additionalProperties: {}
                x-go-name: BUI
    completeAuthorizationResponse:
      description: HTTP status code 200
      content:
        application/json:
          schema:
            $ref: '#/components/schemas/CompleteAuthorizationResponse'
  securitySchemes:
    API-Key:
      type: apiKey
      name: API-Key
      in: header
    Bearer:
      type: apiKey
      name: Authorization
      in: header
x-refined-from:
- outdoorsy-funds-api-openapi.yml
- outdoorsy-openapi-original.json