# Postman

To get started as soon as possible, we created some Postman collections. This page describes the steps needed to configure your Postman evironment.

We offer several Postman collections. These are split up per API product, in line with the [API Products page](/product-catalog). Additionally, environments for Sandbox and DAP which contain the endpoints for the API's are also avaliable.

The collections are work in progress!
This means that some API's are missing or may not work without prior configuration.

## Download collections

### Collections

Token Management 
Get Trip History 
Payment History and Open Debt 
Coulance 
Missing Checkin Checkout 
Tariff Management 
Product Retail 

### Environments

SBX environment 
DAP environment

## Usage

Already familiar with Postman? Then [In short](#in-short) Should suffice. If you prefer a more detailed explanation, check out [Detailed](#detailed).

### In short

1. Import one or more of the available collections.
2. Download one or both environments.


The environments contain two variables with empty values, **default-consumer-key**  and **default-consumer-secret**. You are required to enter the `client_key` and `client_secret` provided by your organisation.

> For each API, the required fields will generally be filled as request variable. These are pre-filled in the pre-request script, containing placeholder values. Therefore don't forget to uncomment and fill these variables.


### Detailed

Will be added later.