1UBank Logo

API’s

Learn how to integrate our APIs into your application.

Personal banking hero

Api Basics

Before you begin!

You should create a free 1UBank account that you can test the API against. We will provide you with test keys that you can use to make API calls.

The 1UBank API gives you access to pretty much all the features you can use on our dashboard and lets you extend them for use in your application. It strives to be RESTful and is organized around the main resources you would be interacting with - with a few notable exceptions.

Http Method

POST

Number

This is the number of records skipped before the first record in the array returned.

GET

Number

This is the total number of transactions that were performed by the customer.

PUT

Number

This is the maximum number of records that will be returned per request. This can be modified by passing a new value as a perPage query parameter. Default: 50

DELETE

Number

This is the current page being returned. This is dependent on what page was requested using the page query parameter. Default: 1

Sample Request

We provide sample API calls next to each method using cURL. All you need to do is insert your specific parameters, and you can test the calls from the command line. See this tutorial on using cURL with APIs. You can also use Postman if you aren't familiar with cURL. Postman is an easy to use API development and testing platform. You can explore the Postman Collection to understand how our APIs work.