Learn how to authenticate your API requests to Fapshi using your API User and API Key.
apiuser
– your unique API user identifierapikey
– a secret key that acts like a passwordapiuser
and apikey
in the header of every API call like so:
Headers:
apiuser: YOUR_API_USER
apikey: YOUR_API_KEY
This applies to both sandbox and live environments.
apiuser
and apikey
combination is essentially your username and password for the Fapshi API. Never share them or expose them in client-side code (like in JavaScript running in the browser). You are fully responsible for any misuse of your credentials.Misuse of API credentials that results in violations of Fapshi’s Terms & Conditions or Privacy Policy may lead to account suspension or permanent deactivation.