Introduction
Authentication
All API requests must be authenticated using API keys. You can authenticate your requests by adding an Authorization header with a Bearer token type as shown below, replacing the random string with your sandbox or live API key.
Example Request
Here’s an example of how to make an authenticated request to the Billingrails API: