Introduction
A brief overview into the suite of APIs offered by Amala.cloud
The Amala API suite offers programmatic access to features offered at Amala.cloud via RESTful API endpoints.
Our APIs provide access to Identity Verification, secure data access management and a rich set of verified address in Nigeria delivered using secure HTTPS endpoints. These endpoints accept standard JSON request objects as well as path and query parameters to ensure simplicity and uniformity of requests and return JSON-encoded responses. The entire API suite uses standard HTTP verbs and response codes.
Each API request must be authenticated via a cryptographically secure API key. Upon sign up, every new customer is given free API tokens that can be used to test our API features. All endpoints can be tested. Once the tokens have been exhausted, each new request will carry a charge and will only be completed if the account linked with the API key has the required number of tokens for the request.
The Amala API does not support bulk operations and can only work on one object per request.
Please refer to this documentation frequently as we constantly release new features and make updates to existing ones.
If you want to get started quickly, here's our base URL for making requests:
Last updated