Bridge API DocsBridge API Docs
Bridge API Docs

API Reference

Detailed information on all available API endpoints

API Reference

Bridge Developer API endpoints use JSON over HTTPS. All requests require authentication.

Base URL

https://api.bridgeagw.com

Available Endpoints

Payment Processing

Airtime and bills

Account Management

Communication

Common Request Headers

Authorization: Basic <base64_encoded_credentials>
Content-Type: application/json

Responses

Bodies are JSON with response_message and response_code (and sometimes response_data or redirect_url). Many async operations return 202 when the request is queued. Full code list: Response Codes.

Rate limits

About 100 requests/minute per API key and 20 requests/second burst. Over limit → 429 Too Many Requests.

Errors

Typical HTTP statuses: 400 invalid input, 401 auth failed, 429 rate limited, 500 server error. See Response Codes for response_code values.

Testing

Import the Postman collection or use the cURL examples on each endpoint page.

Support

Email support@thebridgesolutions.com for integration help.