General
Server Side SDKs
Core API
- Companies
- Invite Links
- Integrations
- Sync
- Jobs
- Passthrough
Unified API
- Accounting
Get All Invite Links
Retrieve all invite links from the database based on the query parameters provided (limit, offset).
curl --request GET \
--url https://api.rootfi.dev/invite_link \
--header 'api_key: <api-key>'
{
"data": [
{
"rootfi_id": 123,
"rootfi_created_at": "2021-01-01T00:00:00Z",
"rootfi_updated_at": "2021-01-01T00:00:00Z",
"rootfi_company_id": 1234,
"rootfi_organisation_id": 12,
"metadata": null,
"invite_link_id": "7a1c0e42-9f85-4d6e-bb5d-358a72913c0b",
"integrations": [
"ZOHO_BOOKS"
],
"Companies": {
"rootfi_id": 1212,
"rootfi_created_at": "2021-01-01T00:00:00Z",
"rootfi_updated_at": "2021-01-01T00:00:00Z",
"rootfi_company_id": 1234,
"rootfi_organisation_id": 12,
"name": "Rootfi Test Company",
"sync_enabled": true,
"Connections": []
}
}
],
"request_timestamp": "2021-01-01T00:00:00Z",
"response_timestamp": "2021-01-01T00:00:00Z",
"request_id": "7a1c0e42-9f85-4d6e-bb5d-358a72913c0b"
}
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.
curl --request GET \
--url https://api.rootfi.dev/invite_link \
--header 'api_key: <api-key>'
Authorizations
Query Parameters
The number of objects you want to retrieve
The index from where you want to start retrieving objects
Response
The time at which the request was received by the server
The time at which the response was sent by the server
The unique ID of the request
Unique ID of the invite link in the platform database
Integrations list the company is allowed to connect to
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
The companies of the invite link.
Name of the company you are sending this invite link to. Useful identifier for you to internally reference this company. Can be changed later.
Whether the company is enabled syncing with the Roofi.
The connections shows us which integration you have connected for the company.
The unique ID we assign for that data's information
The RootFi designated id for the company
The RootFi designated id for the organisation
The accounting platform from which the data is being retrieved
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
The latest date at which RootFi updated this data
The date at which RootFi first synced this data
The organisation of the invite link
ID of the organisation in the platform database
Name of the organisation
The integrations of the organisation
The sync config of the organisation and sync frequency can be DAILY
,WEEKLY
,MONTHLY
.
The unique ID we assign for that data's information
The RootFi designated id for the company
The RootFi designated id for the organisation
The accounting platform from which the data is being retrieved
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
The latest date at which RootFi updated this data
The date at which RootFi first synced this data
Metadata of the invite link
curl --request GET \
--url https://api.rootfi.dev/invite_link \
--header 'api_key: <api-key>'
{
"data": [
{
"rootfi_id": 123,
"rootfi_created_at": "2021-01-01T00:00:00Z",
"rootfi_updated_at": "2021-01-01T00:00:00Z",
"rootfi_company_id": 1234,
"rootfi_organisation_id": 12,
"metadata": null,
"invite_link_id": "7a1c0e42-9f85-4d6e-bb5d-358a72913c0b",
"integrations": [
"ZOHO_BOOKS"
],
"Companies": {
"rootfi_id": 1212,
"rootfi_created_at": "2021-01-01T00:00:00Z",
"rootfi_updated_at": "2021-01-01T00:00:00Z",
"rootfi_company_id": 1234,
"rootfi_organisation_id": 12,
"name": "Rootfi Test Company",
"sync_enabled": true,
"Connections": []
}
}
],
"request_timestamp": "2021-01-01T00:00:00Z",
"response_timestamp": "2021-01-01T00:00:00Z",
"request_id": "7a1c0e42-9f85-4d6e-bb5d-358a72913c0b"
}