Enter your credentials below and click 'Send' to fetch your bearer token.
- Auth endpointhttps://auth.pp.travelport.net/oauth/token
curl -i -X POST \
https://auth.pp.travelport.net/oauth/token \
-H 'Content-Type: application/x-www-form-urlencoded' \
-d grant_type=password \
-d username=username \
-d 'password=pa$$word' \
-d client_id=client_id \
-d client_secret=client_secret