JengaAPI
Authorization
POSTGet Your JengaWS Access Token
https://sandbox.jengahq.io/identity-test/v2/token
After you generate you API key :key+: you will use this service to enable your application or service (or organization) access the Jenga resources [smart way of saying 'Jenga services'] you have been granted access to
Bodyurlencoded
username
password
Example Request
Get Your JengaWS Access Token
Example Response
Date
Content-Type
Content-Length
Connection
Account Services
GETAccount Balance
https://sandbox.jengahq.io/account-test/v2/accounts/balances/KE/0011547896523
This web service enables an application or service retrieve the current and available balance of an account
HEADERS
Authorization
signature
Example Request
Account Balance
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers
GETAccount MINI Statement
https://sandbox.jengahq.io/account-test/v2/accounts/ministatement/KE/0011547896523
This service will return the last (10) ten transactions of a given account number. Its a super efficient service compared to the fullstatement web service.
HEADERS
Authorization
signature
Example Request
Account MINI Statement
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers
POSTAccount Full Statement
https://sandbox.jengahq.io/account-test/v2/accounts/fullstatement
This web service enables the Jengi to retrieve the full set of transactions :page-with-curl+: on a particular account based on a specified date range.
HEADERS
Authorization
Content-Type
signature
Bodyraw
Example Request
Account Full Statement
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers