API key authentication

To enable communication between your application and Moza, you'll need your secret key. Every API request you make is authenticated using your account’s secret key.

Moza uses the Bearer authorization scheme to authenticate requests. So, in the header of every request you make, the following must be passed;

Authorization: Bearer <your_API_key>

Getting your API keys

To access your keys, you must first have an approved business profile, and login to your Moza business dashboard.

After which you would have access to copy your keys from the "Integration" section of the business "Settings" page.

❗️

Note

Your live API keys should be kept strictly confidential.

It can perform any API request to Moza without restriction, and make irreversible changes to your business/merchant account.