Pull data
Pull businesses linked to email
Check businesses linked to an email account.
post
Body
apikeystringRequired
appidstringRequired
emailstringRequired
Responses
200Success
400Error
401Error
post
POST /api/pull/business HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 47
{
"apikey": "text",
"appid": "text",
"email": "text"
}
No content
Asynchronously pull insights
The financial insights for the specified business will be returned to the specified webhook.
post
Body
apikeystringRequired
appidstringRequired
uidstringRequired
webhookstringRequired
signaturestringOptional
Responses
200Success
400Error
401Error
post
POST /api/pull/insights HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 81
{
"apikey": "text",
"appid": "text",
"uid": "text",
"webhook": "text",
"signature": "text"
}
No content
Asynchronously pull expense
The expenses for the specified business will be returned to the specified webhook.
post
Body
apikeystringRequired
appidstringRequired
uidstringRequired
webhookstringRequired
signaturestringOptional
Responses
200Success
400Error
401Error
post
POST /api/pull/expenses HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 81
{
"apikey": "text",
"appid": "text",
"uid": "text",
"webhook": "text",
"signature": "text"
}
No content
Asynchronously pull income
Income for the specified business will be returned to the specified webhook.
post
Body
apikeystringRequired
appidstringRequired
uidstringRequired
webhookstringRequired
signaturestringOptional
Responses
200Success
400Error
401Error
post
POST /api/pull/income HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 81
{
"apikey": "text",
"appid": "text",
"uid": "text",
"webhook": "text",
"signature": "text"
}
No content
Trigger bank sync
Sync bank accounts for the specified business if available.
post
Body
apikeystringRequired
appidstringRequired
uidstringRequired
webhookstringOptional
signaturestringOptional
Responses
200Success
400Error
401Error
post
POST /api/pull/bank-feed HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 81
{
"apikey": "text",
"appid": "text",
"uid": "text",
"webhook": "text",
"signature": "text"
}
No content
Last updated