Testing with Postman
If you prefer to test the GoTab REST API through Postman, we have a public collection available for you to fork and use at your own discretion. This is an optional resource and is not required for integration.
Before getting started, make sure you have completed the Quick Start guide and have your Client ID and Secret ready from the Integration Dashboard .
Fork the Collection
Click the button below to fork the collection into your own Postman workspace. Your copy is fully independent — any changes you make will not affect the original.
Run in PostmanSetup
Once you have forked the collection:
- Open the collection in Postman
- Navigate to the Variables tab
- Enter your Client ID and Client Secret in the provided fields
- Navigate to the Variables tab
Authentication
Authentication is handled automatically. A pre-built script in the collection will fetch and persist your access token so you do not need to manage it manually. Once your credentials are set in the Variables tab, you are ready to start making requests.
For more detail on how GoTab authentication works, see the Authentication page.
Updated about 20 hours ago
