Skip to main content

Authentication

The first thing you need to do before you start interacting with Beem APIs using language based SDKs is authenticating your app with access-key and secret-key obtained from [BeemAfrica] official website just as shown in the example below;

>>> from BeemAfrica import Authorize, AirTime, OTP, SMS
>>> Authorize('access-key', 'secret-key')
note

This authentication part is very crucial because without it, you won't be able to interact with the rest of the APIs