The BobPlus Africa API uses OAuth 2.0 authentication. You must obtain a Bearer Token using your Consumer Key and Consumer Secret before making any API requests. This ensures secure, authorized access to all endpoints.
Purpose: Secure API access using short-lived tokens.
Target Audience: Developers integrating with BobPlus Africa APIs.
Quickstart
Sign up for a BobPlus Africa Developer Account.
Get your Consumer Key and Consumer Secret from the dashboard.
Request a Bearer Token using the authentication endpoint.
Use the Bearer Token in the Authorization header for all API requests.
Authentication Endpoint
HTTP Method
POST
Endpoint URL
/api/v2/auth/login
Base URL
https://prod-url-here
Description
Obtain a Bearer Token using your Consumer Key and Secret.