Skip to main content
GET
/
v5
/
imports
/
status
View import status
curl --request GET \
  --url https://sandbox.hurdlr.com/rest/v5/imports/status \
  --header 'Authorization: Bearer <token>'
{
  "apiName": "XERO",
  "status": "IN_PROGRESS",
  "journalResults": {
    "url": "<string>",
    "data": {}
  },
  "profitAndLossComparison": {
    "url": "<string>",
    "data": {}
  },
  "balanceSheetComparison": {
    "url": "<string>",
    "data": {}
  },
  "generalLedgerComparison": {
    "url": "<string>",
    "data": {}
  }
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Response

200 - application/json

Successful operation

apiName
enum<string>

Name of the API from which this import originated

Available options:
XERO,
QBO
status
enum<string>

Status of the import

Available options:
IN_PROGRESS,
COMPLETED,
FAILED
journalResults
object

General Ledger comparison information

profitAndLossComparison
object

General Ledger comparison information

balanceSheetComparison
object

General Ledger comparison information

generalLedgerComparison
object

General Ledger comparison information