Pull data
Pull businesses linked to email
post
Body
apikeystringRequired
appidstringRequired
emailstringRequired
Responses
200Success
No content
400Error
401Error
post/api/pull/business
POST /api/pull/business HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 47
{
"apikey": "text",
"appid": "text",
"email": "text"
}No content
Asynchronously pull insights
post
Body
apikeystringRequired
appidstringRequired
uidstringRequired
webhookstringRequired
signaturestringOptional
Responses
200Success
No content
400Error
401Error
post/api/pull/insights
POST /api/pull/insights HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 81
{
"apikey": "text",
"appid": "text",
"uid": "text",
"webhook": "text",
"signature": "text"
}No content
Asynchronously pull expense
post
Body
apikeystringRequired
appidstringRequired
uidstringRequired
webhookstringRequired
signaturestringOptional
Responses
200Success
No content
400Error
401Error
post/api/pull/expenses
POST /api/pull/expenses HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 81
{
"apikey": "text",
"appid": "text",
"uid": "text",
"webhook": "text",
"signature": "text"
}No content
Asynchronously pull income
post
Body
apikeystringRequired
appidstringRequired
uidstringRequired
webhookstringRequired
signaturestringOptional
Responses
200Success
No content
400Error
401Error
post/api/pull/income
POST /api/pull/income HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 81
{
"apikey": "text",
"appid": "text",
"uid": "text",
"webhook": "text",
"signature": "text"
}No content
Trigger bank sync
post
Body
apikeystringRequired
appidstringRequired
uidstringRequired
webhookstringOptional
signaturestringOptional
Responses
200Success
No content
400Error
401Error
post/api/pull/bank-feed
POST /api/pull/bank-feed HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 81
{
"apikey": "text",
"appid": "text",
"uid": "text",
"webhook": "text",
"signature": "text"
}No content
Generate upload s3 URL
post
Authorizations
X-API-KeystringRequired
API key needed to access the endpoints
Body
apikeystringOptional
appidstringOptional
uidstringRequired
webhookstringOptional
signaturestringOptional
Responses
200Success
No content
400Error
401Error
post/api/pull/s3-upload-url
POST /api/pull/s3-upload-url HTTP/1.1
Host: test.connect.stub.africa
X-API-Key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 81
{
"apikey": "text",
"appid": "text",
"uid": "text",
"webhook": "text",
"signature": "text"
}No content
Last updated
