Skip to Main Content

API Reference

Authentication

The Bango API uses Basic Auth to authenticate requests using the standard Authorization header.

All API requests must be made over HTTPS. Calls made over HTTP will fail. API requests without valid authentication will also fail.

Bango will supply you with two sets of credentials:

  • Sandbox credentials
    Our sandbox environment enables you to fully test your 2-way integration with Bango. It can also used to complete end-to-end 3-way testing with partners before going to production.
  • Production credentials
    Use these for your live routes in our production environment. Bango only authorizes these credentials for use after your testing is complete and verified.

Please keep your credentials secure! Do not share your credentials in publicly accessible areas such as GitHub, client-side code etc.