
Use Salesforce Developer's Postman workspace to get the latest versions of the collection and environment files for your own use.
#Api postman collection how to#
How to contribute to the collection (in the Postman app)Ībout the repository: This GitHub repository is only used for issue tracking. For example, Destination Content > Location > Safe Place.Ĭlick Visualize at the bottom of the screen.This repository contains an open source collection of Postman requests for each method in the Tableau REST API surface. Select the required API from the collection by navigating to the required endpoint on the left side bar. Some APIs in our Postman include a visualization to present the results graphically for better understanding and interpretation. Make a call to the Flight Create Orders to create an order for the offer retrieved in the previous steps. This API will automatically use the JSON object of the flight offer search. Make a call to the Flight Offers Price to get the the price for the offer retrieved in the previous step. Make a call to the Flight Offers Search to get the offer as a JSON object. Refresh the access_token by calling the Authorization API. For example, Air > (Scenario)Basic Flight Booking flow. Select the required scenario from the collection by navigating to the required category on the left side bar. A scenario combines all required APIs to achive a certain goal (e.g., book a flight) and uses data from each of the API's responses for calling the next API. To give you a smooth user experience that emulates the actual workflow of a flight and hotel booking engine, we have included Scenarios in the Air and Hotel categories. Alternatively, you can try the API without setting any parameters, as we have already preconfigured it to display data for the upcoming month. If required, specify the request parameters. Do not specify the client_id and client_secret parameters, as the access_token obtained previously is already linked to this API. For example, Air > Search & Shopping > Flight Offers Search. The token is valid for 30 minutes and you must perform the previous step every 30 minutes to generate a new access token. You will receive the access_token value in the response. Click Send without filling out any parameters. Select the Authorization > Access Granted Client Credentials. On the left side bar, navigate to Collections. On the right side bar, set the environment to Amadeus for Developers.Įnter you API key and secret values into the Current values of the client_id and client_secret parameters respectively. You will be taken to the workspace that you selected previously. Select the workspace where you need to fork the collection to. beside the Amadeus for Developers envoronment and select Create a fork. On the left side bar, click Environments.
Tick the Watch original collection box to get notified when the collection is updated.
Select the workspace where you need to fork the collection to.Select Amadeus for Developers from the Environment dropdown. Navigate to the Amadeus for Developers public workspace. Create a new Postman account or use your existing Postman account.Register your application with Amadeus for Developers as described in Making your first API call.Follow this tutorial to test Amadeus Self-Service APIs using our dedicated Postman collection.