Skip to content

Testing with Postman

GoTab publishes a public Postman collection as a convenience for developers who prefer testing the REST API interactively. The collection is optional — it isn’t required for integration work.

Before getting started, make sure you have:

Click the Run in Postman button below to fork the GoTab Integration Workspace collection into your own Postman environment. Forking creates an independent copy you can modify freely without affecting the original.

Run in Postman

  1. Open the forked collection in Postman.
  2. Navigate to the Variables tab.
  3. Enter your Client ID in the client_id field.
  4. Enter your Client Secret in the client_secret field.

Once your credentials are saved, the collection handles authentication automatically. A pre-built script fetches and persists your access token so you don’t need to manage it manually.

You can start making API requests immediately after saving your credentials.