Prerequisites
- An active Orb account
- Access to your Orb API key here
- A free Postman Account
Setup
Import the Orb collection into Postman. You can download the Postman application. Orb recommends forking the collection so you can safely add your API key:Postman environment setup
A full list of available Orb API calls is structured by resource in the left sidebar. In the left sidebar, you can click on the menu button to view the documentation for the given folder or specific API request.Authentication
Before you generate an API Key, you’ll want to enable test mode in the top left of the Orb UI. Test mode gives you a safe playground that doesn’t affect your production customers or data.
- Navigate to the environment by clicking the “Environments” tab on the left side, and clicking the “Test Mode” environment.
- Fill in the api_key with your API key
- Variables allow you to share values within the collection.
- To learn more about Postman variables, see the documentation.