Getting Started
The Fumiwo API is a RESTful Web service. Data Exchange is over HTTPS in JSON format. API requests are authenticated using API keys. Requests that doesn't include an API key will return an unauthorised error.
Get your API keys
After your onboarding, you will receive two sets of keys, the sandbox keys and the live keys. Each set of keys contain a public key and a secret key. Use the Public keys to instantiate the SDK and use the secret keys to authenticate requests to the API.
Sandbox Keys
The Sandbox keys are intended for you to test your integration. For production workloads, use the live keys.
Install the SDK
The Fumiwo SDK is an integral part of our workflow, it is the starting point of your interaction with our services. Visit the SDK page for instructions on how to set it up.
SDKAPI Base URL
Last updated