---
title: "Create an Accounting Platform Connection"
method: POST
path: "/v1/web/accounting-integration-connection"
tags: ["Accounting Integration Connection"]
---

# Create an Accounting Platform Connection

`POST /v1/web/accounting-integration-connection`

## Request body

- object
  - `platform` union, required
    - 'quickbooks'
    - 'quickbooks_desktop'
    - 'netsuite'
    - 'xero'
    - 'sage_intacct'
  - `redirectUrl` string, uri, required

## Response `200`

Default Response

- object
  - `id` string, required
  - `status` union, required
    - 'created'
    - 'awaiting_authorization'
    - 'active'
    - 'unhealthy'
    - 'disconnected'
  - `platform` union, required
    - 'quickbooks'
    - 'quickbooks_desktop'
    - 'netsuite'
    - 'xero'
    - 'sage_intacct'
  - `rutterLinkUrl` string, uri, required
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time, required

## Other responses

- `400` — Default Response
- `401` — The access to this resource has been denied
- `403` — The access to this resource is forbidden
- `404` — The resource was not found
- `default` — Catch-all error response for any unexpected internal errors

---

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