Amadeus · Example Payload

Authorization Amadeus Oauth2 Token Example

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

Authorization Amadeus Oauth2 Token Example is an example object payload from Amadeus, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

typeusernameapplication_nameclient_idtoken_typeaccess_tokenexpires_instatescope

Example Payload

Raw ↑
{
  "type": "amadeusOAuth2Token",
  "username": "myuser@mydomain.com",
  "application_name": "My Application",
  "client_id": "Hs0sNkpTXeu0t2Hw2rLITofK8QELGdfsf",
  "token_type": "Bearer",
  "access_token": "f8XgboI1oKyNw7w23bnnAbFANidfgC",
  "expires_in": 1799,
  "state": "approved",
  "scope": ""
}