Getting Started
Last updated
Last updated
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.
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.
The Sandbox keys are intended for you to test your integration. For production workloads, use the live keys.
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.