POST
/
invite_link

An invite link contains API requests for generating and managing invite links, which can be used to connect end users to their preferred accounting platforms.

Company Name is the name of the company that will be displayed in the Accounting platform.

Integration is the name of the integration that you want to connect to.

Authorizations

api_key
string
header
required

Body

application/json
company_name
string | null

If company_name is not passed, the company won't be created and so, user have to enter it.

integrations
enum<string>[] | null

To enable only certain integrations, you can pass a list of integration codes to the API with the key integrations. If only one integration is passed, user will be redirected to the Accounting platform login URL directly.

Available options:
ZOHO_BOOKS,
QUICKBOOKS_SANDBOX,
QUICKBOOKS,
XERO,
TALLY,
SAGE_CLOUD_ACCOUNTING,
MS_DYNAMICS_365,
SAGE_ZA_CLOUD_ACCOUNTING,
MYOB_BUSINESS,
WAVE,
ODOO_ACCOUNTING,
NETSUITE,
WAFEQ,
MEKARI_JURNAL,
BUSY,
ROOTFI_SANDBOX,
QOYOD

Response

200 - application/json

Response object for the create invite link endpoint.

request_timestamp
string
required

The time at which the request was received by the server

response_timestamp
string
required

The time at which the response was sent by the server

request_id
string
required

The unique ID of the request

data
object
required

The response data of the create invite link endpoint