API Docs / Schemas / StartClientBooksConnectionRequest

StartClientBooksConnectionRequest

Starts a fresh authorisation against a client's own accounting software.

Properties

Name Type Description
platform*string

The accounting platform to authorise against (e.g. "Xero", "QuickBooks", "FreeAgent").

The accounting platform to authorise against (e.g. "Xero", "QuickBooks", "FreeAgent").

redirectUrlstring

Where to send the browser once the platform has redirected back. A literal [code] in
the URL is replaced with the resulting connection's code.

Where to send the browser once the platform has redirected back. A literal [code] in
the URL is replaced with the resulting connection's code.

JSON Example

{
  "platform": "string",
  "redirectUrl": "string"
}

Used By Operations