{"info":{"_postman_id":"9a43ca7c-f858-4153-a721-374cac7f8a36","name":"Avis Budget Payless Car Reservation APIs","description":"<html><head></head><body><h1 id=\"overview\">Overview</h1>\n<p>The ABG Reservation APIs provide for:</p>\n<ul>\n<li>searching for Avis, Budget and Payless locations;</li>\n<li>searching for available cars based on location and date;</li>\n<li>searching for a rate for specific vehicle;</li>\n<li>booking a reservation for a vehicle;</li>\n<li>display, modify or cancel an existing reservation.</li>\n</ul>\n<p>APIs are for Avis, Budget and Payless cars and locations world-wide.  We do not currently support Budget Truck rentals or any other ABG brands.</p>\n<p>Full documentation is available at <a href=\"https://developer.avis.com/docs\">https://developer.avis.com/docs</a></p>\n<h1 id=\"authentication\">Authentication</h1>\n<p>APIs are protected by an OAuth2 token, created with the \"Get OAuth Token\" API.  Register for your client ID/Secret at <a href=\"https://developer.avis.com\">https://developer.avis.com</a>.</p>\n<h1 id=\"rate-limit\">Rate limit</h1>\n<p>Currently we do not have any rate limiting in place.  This may change at our discretion.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Overview","slug":"overview"},{"content":"Authentication","slug":"authentication"},{"content":"Rate limit","slug":"rate-limit"}],"owner":"1524765","collectionId":"9a43ca7c-f858-4153-a721-374cac7f8a36","publishedId":"SzKWudFC","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-02-25T19:48:14.000Z"},"item":[{"name":"Car Reservations","item":[{"name":"Create Reservation","event":[{"listen":"test","script":{"id":"9b1c58bd-5ff8-4c1b-8ad1-a872b50e68e9","exec":["var responseJSON;","try {","    responseJSON = JSON.parse(responseBody); ","    switch(responseCode.code) ","    {","    case 201:","        pm.globals.set(\"ABG_Reservation_Confirm\", responseJSON.reservation.confirmation.number);","        break;","    default:","        break;","    }","}","catch (e) { }"],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"784a0240-05a9-48a1-8b46-70eb059f086f","exec":[""],"type":"text/javascript"}}],"id":"2eb543ab-1f67-429e-9407-5ce6575850d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"client_id","value":"{{ABG_C_ID}}","description":"<p>Your unique client identifier.</p>\n"}],"body":{"mode":"raw","raw":"{\r\n  \"product\":{\r\n    \"brand\": \"Avis\"\r\n  },\r\n  \"transaction\": {\r\n        \"transaction_id\": \"24234234\"\r\n    },\r\n  \"reservation\": {\r\n    \"pickup_date\": \"2019-03-28T18:00:00\",\r\n    \"pickup_location\": \"SFO\",\r\n    \"dropoff_date\": \"2019-03-31T09:00:00\",\r\n    \"dropoff_location\": \"SFO\",\r\n    \"vehicle_class_code\": \"D\"\r\n\t},\r\n\t\"rate_totals\": {\r\n        \"rate\": {\r\n            \"rate_code\": \"7U\",\r\n            \"country_code\": \"US\",\r\n            \"discount\": {\r\n\r\n            },\r\n            \"loyalty\": {\r\n            \r\n            },\r\n            \"membership\": {\r\n\r\n            }\r\n        }\r\n    },\r\n     \"passenger\": {\r\n      \"contact\": {\r\n        \"first_name\": \"JIM\",\r\n        \"last_name\": \"SMITH\"\r\n      },\r\n      \"address\": {\r\n      }\r\n    },\r\n\t\"arrival_flight\": {\r\n    } \r\n} "},"url":"https://stage.abgapiservices.com/cars/reservation/v1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ABG_Access_Token}}"}]},"isInherited":true,"source":{"_postman_id":"9a43ca7c-f858-4153-a721-374cac7f8a36","id":"9a43ca7c-f858-4153-a721-374cac7f8a36","name":"Avis Budget Payless Car Reservation APIs","type":"collection"}},"urlObject":{"protocol":"https","path":["cars","reservation","v1"],"host":["stage","abgapiservices","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2eb543ab-1f67-429e-9407-5ce6575850d5"},{"name":"Modify Reservation","id":"f6f3d61a-5539-4109-866c-8438244cbc81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"client_id","value":"{{ABG_C_ID}}","description":"<p>Your unique client identifier.</p>\n"}],"body":{"mode":"raw","raw":"{\r\n  \"product\":{\r\n    \"brand\": \"Avis\"\r\n  },\r\n  \"transaction\": {\r\n        \"transaction_id\": \"24234234\"\r\n    },\r\n  \"reservation\": {\r\n  \t\t\"confirmation\": {\r\n    \t\t\"number\": \"{{ABG_Reservation_Confirm}}\"\r\n  \t },\r\n    \"pickup_date\": \"2019-03-28T18:00:00\",\r\n    \"pickup_location\": \"SFO\",\r\n    \"dropoff_date\": \"2019-03-31T10:00:00\",\r\n    \"dropoff_location\": \"SFO\",\r\n    \"vehicle_class_code\": \"D\"\r\n\t},\r\n\t\"rate_totals\": {\r\n        \"rate\": {\r\n            \"rate_code\": \"7U\",\r\n            \"country_code\": \"US\",\r\n            \"discount\": {\r\n\r\n            },\r\n            \"loyalty\": {\r\n            \r\n            },\r\n            \"membership\": {\r\n\r\n            }\r\n        }\r\n    },\r\n     \"passenger\": {\r\n      \"contact\": {\r\n        \"first_name\": \"JIM\",\r\n        \"last_name\": \"SMITH\"\r\n      },\r\n      \"address\": {\r\n      }\r\n    },\r\n\t\"arrival_flight\": {\r\n    } \r\n} "},"url":"https://stage.abgapiservices.com/cars/reservation/v1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ABG_Access_Token}}"}]},"isInherited":true,"source":{"_postman_id":"9a43ca7c-f858-4153-a721-374cac7f8a36","id":"9a43ca7c-f858-4153-a721-374cac7f8a36","name":"Avis Budget Payless Car Reservation APIs","type":"collection"}},"urlObject":{"protocol":"https","path":["cars","reservation","v1"],"host":["stage","abgapiservices","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f6f3d61a-5539-4109-866c-8438244cbc81"},{"name":"Cancel Reservation","id":"f4d12d7f-6a18-434c-a57b-bc1027b67a69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"client_id","value":"{{ABG_C_ID}}","description":"<p>Your unique client identifier.</p>\n"}],"body":{"mode":"raw","raw":"{\n  \"product\":{\n    \"brand\": \"Avis\"\n  },\n  \"transaction\": {\n    \"transaction_id\": \"123\"\n   },\n  \"reservation\": {\n    \"confirmation\": {\n      \"number\": \"{{ABG_Reservation_Confirm}}\"\n    }   \n  },\n  \"passenger\": {\n      \"contact\": {\n        \"last_name\": \"SMITH\"\n      }\n    }\n}"},"url":"https://stage.abgapiservices.com/cars/reservation/v1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ABG_Access_Token}}"}]},"isInherited":true,"source":{"_postman_id":"9a43ca7c-f858-4153-a721-374cac7f8a36","id":"9a43ca7c-f858-4153-a721-374cac7f8a36","name":"Avis Budget Payless Car Reservation APIs","type":"collection"}},"urlObject":{"protocol":"https","path":["cars","reservation","v1"],"host":["stage","abgapiservices","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f4d12d7f-6a18-434c-a57b-bc1027b67a69"},{"name":"Display Reservation","id":"f6baf9fd-e595-4614-b194-809d741a4f2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"client_id","value":"{{ABG_C_ID}}","description":"<p>Your unique client identifier.</p>\n"}],"url":"https://stage.abgapiservices.com/cars/reservation/v1?brand=Avis&confirmation_number={{ABG_Reservation_Confirm}}&last_name=SMITH","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ABG_Access_Token}}"}]},"isInherited":true,"source":{"_postman_id":"9a43ca7c-f858-4153-a721-374cac7f8a36","id":"9a43ca7c-f858-4153-a721-374cac7f8a36","name":"Avis Budget Payless Car Reservation APIs","type":"collection"}},"urlObject":{"protocol":"https","path":["cars","reservation","v1"],"host":["stage","abgapiservices","com"],"query":[{"description":{"content":"<p>REQ: \"Avis\", \"Budget\", \"Payless\" are valid values</p>\n","type":"text/plain"},"key":"brand","value":"Avis"},{"description":{"content":"<p>REQ: The confirmation number of the rental car reservation. The confirmation number is retrieved from the Create Reservation endpoint.</p>\n","type":"text/plain"},"key":"confirmation_number","value":"{{ABG_Reservation_Confirm}}"},{"description":{"content":"<p>REQ: Last name of the reservation holder.</p>\n","type":"text/plain"},"key":"last_name","value":"SMITH"},{"disabled":true,"description":{"content":"<p>The brand membership program code. This can be an Avis wizard number, Budget customer number, or Payless Perks number.</p>\n","type":"text/plain"},"key":"membership_code","value":""},{"disabled":true,"description":{"content":"<p>In the instance a request has failed, transaction identifiers allow you to quickly identify the failed request. The following request transaction identifier may be used by your application to identify a request. We recommend that you use this identifier in every request.</p>\n","type":"text/plain"},"key":"transaction_id","value":""}],"variable":[]}},"response":[],"_postman_id":"f6baf9fd-e595-4614-b194-809d741a4f2a"}],"id":"1e50fec8-894b-4624-9c72-fec5202a7840","_postman_id":"1e50fec8-894b-4624-9c72-fec5202a7840","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ABG_Access_Token}}"}]},"isInherited":true,"source":{"_postman_id":"9a43ca7c-f858-4153-a721-374cac7f8a36","id":"9a43ca7c-f858-4153-a721-374cac7f8a36","name":"Avis Budget Payless Car Reservation APIs","type":"collection"}}},{"name":"Car Availability","item":[{"name":"Car Availability","id":"4f861126-994e-4210-a8cf-43310544d551","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ABG_Access_Token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"client_id","value":"{{ABG_C_ID}}","description":"<p>Your unique client identifier</p>\n"}],"url":"https://stage.abgapiservices.com/cars/catalog/v1/vehicles?brand=Avis&pickup_date=2019-03-30T12:00:00&pickup_location=DEN&dropoff_date=2019-04-01T12:00:00&dropoff_location=DEN&country_code=US","urlObject":{"protocol":"https","path":["cars","catalog","v1","vehicles"],"host":["stage","abgapiservices","com"],"query":[{"description":{"content":"<p>REQ: \"Avis\", \"Budget\", \"Payless\" are valid values</p>\n","type":"text/plain"},"key":"brand","value":"Avis"},{"description":{"content":"<p>REQ: Date/Time in ISO format: \"YYYY-MM-DDTHH:MM:SS\"</p>\n","type":"text/plain"},"key":"pickup_date","value":"2019-03-30T12:00:00"},{"description":{"content":"<p>REQ: A valid ABG location code or Airport Code.</p>\n","type":"text/plain"},"key":"pickup_location","value":"DEN"},{"description":{"content":"<p>REQ: Date/Time in ISO format: \"YYYY-MM-DDTHH:MM:SS\"</p>\n","type":"text/plain"},"key":"dropoff_date","value":"2019-04-01T12:00:00"},{"description":{"content":"<p>REQ: A valid ABG location code or Airport Code.</p>\n","type":"text/plain"},"key":"dropoff_location","value":"DEN"},{"description":{"content":"<p>REQ: 2-letter ISO 3166 customer country code</p>\n","type":"text/plain"},"key":"country_code","value":"US"},{"disabled":true,"description":{"content":"<p>Format: YYYY-MM-DD. Driver’s date of birth. This might influence the rates. Will be superseded by “age” parameter or date of birth found in the profile provided in “membership_code”.</p>\n","type":"text/plain"},"key":"date_of_birth","value":""},{"disabled":true,"description":{"content":"<p>Driver’s age. This might influence the rates. Will be superseded by date of birth found in the profile provided in “membership_code”.</p>\n","type":"text/plain"},"key":"age","value":""},{"disabled":true,"description":{"content":"<p>The rental vehicle brand discount code. This field can be an Avis Worldwide Discount (AWD), Budget Car Discount (BCD), or a Payless Discount Number (PDN) code.</p>\n","type":"text/plain"},"key":"discount_code","value":""},{"disabled":true,"description":{"content":"<p>The promotional coupon code number to be applied to the reservation rate.</p>\n","type":"text/plain"},"key":"coupon_code","value":""},{"disabled":true,"description":{"content":"<p>International Air Transport Association (IATA) number. This is an identifier used by travel agents that allows the rental car company to pay the agent a commission for the rental.</p>\n","type":"text/plain"},"key":"iata_number","value":""},{"disabled":true,"description":{"content":"<p>In the instance a request has failed, transaction identifiers allow you to quickly identify the failed request. The following request transaction identifier may be used by your application to identify a request. We recommend that you use this identifier in every request.</p>\n","type":"text/plain"},"key":"transaction_id","value":""}],"variable":[]}},"response":[],"_postman_id":"4f861126-994e-4210-a8cf-43310544d551"},{"name":"Car Rate","id":"22a0ee44-b16a-492e-9a1b-5403d6896d02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ABG_Access_Token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"description":"<p>Your unique client identifier</p>\n","key":"client_id","value":"{{ABG_C_ID}}"}],"url":"https://stage.abgapiservices.com/cars/catalog/v1/vehicles/rates?brand=Avis&pickup_date=2019-03-30T12:00:00&pickup_location=DEN&dropoff_date=2019-04-01T12:00:00&dropoff_location=DEN&country_code=US&vehicle_class_code=A&rate_code=LC","urlObject":{"protocol":"https","path":["cars","catalog","v1","vehicles","rates"],"host":["stage","abgapiservices","com"],"query":[{"description":{"content":"<p>REQ: \"Avis\", \"Budget\", \"Payless\" are valid values</p>\n","type":"text/plain"},"key":"brand","value":"Avis"},{"description":{"content":"<p>REQ: Date/Time in ISO format: \"YYYY-MM-DDTHH:MM:SS\"</p>\n","type":"text/plain"},"key":"pickup_date","value":"2019-03-30T12:00:00"},{"description":{"content":"<p>REQ: A valid ABG location code or Airport Code.</p>\n","type":"text/plain"},"key":"pickup_location","value":"DEN"},{"description":{"content":"<p>REQ: Date/Time in ISO format: \"YYYY-MM-DDTHH:MM:SS\"</p>\n","type":"text/plain"},"key":"dropoff_date","value":"2019-04-01T12:00:00"},{"description":{"content":"<p>REQ: A valid ABG location code or Airport Code.</p>\n","type":"text/plain"},"key":"dropoff_location","value":"DEN"},{"description":{"content":"<p>REQ: 2-letter ISO 3166 customer country code</p>\n","type":"text/plain"},"key":"country_code","value":"US"},{"description":{"content":"<p>REQ: The vehicle class code used to identify individual cars and trucks according to size, axle numbers and type.</p>\n","type":"text/plain"},"key":"vehicle_class_code","value":"A"},{"description":{"content":"<p>REQ: The vehicle rate code used to determine the rate for the reservation.</p>\n","type":"text/plain"},"key":"rate_code","value":"LC"},{"disabled":true,"description":{"content":"<p>Driver’s age. This might influence the rates. Will be superseded by date of birth found in the profile provided in “membership_code”.</p>\n","type":"text/plain"},"key":"age","value":""},{"disabled":true,"description":{"content":"<p>Format: YYYY-MM-DD. Driver’s date of birth. This might influence the rates. Will be superseded by “age” parameter or date of birth found in the profile provided in “membership_code”.</p>\n","type":"text/plain"},"key":"date_of_birth","value":""},{"disabled":true,"description":{"content":"<p>The rental vehicle brand discount code. This field can be an Avis Worldwide Discount (AWD), Budget Car Discount (BCD), or a Payless Discount Number (PDN) code.</p>\n","type":"text/plain"},"key":"discount_code","value":""},{"disabled":true,"description":{"content":"<p>The promotional coupon code number to be applied to the reservation rate.</p>\n","type":"text/plain"},"key":"coupon_code","value":""},{"disabled":true,"description":{"content":"<p>International Air Transport Association (IATA) number. This is an identifier used by travel agents that allows the rental car company to pay the agent a commission for the rental.</p>\n","type":"text/plain"},"key":"iata_number","value":""},{"disabled":true,"description":{"content":"<p>The rental vehicle brand discount code. This field can be an Avis Worldwide Discount (AWD), Budget Car Discount (BCD), or a Payless Discount Number (PDN) code.</p>\n","type":"text/plain"},"key":"transaction_id","value":""},{"disabled":true,"description":{"content":"<p>The brand membership program code. This can be an Avis wizard number, Budget customer number, or Payless number.</p>\n","type":"text/plain"},"key":"membership_code","value":""},{"disabled":true,"description":{"content":"<p>The Frequent Traveler Program identifier of the airline, hotel, or other select company.</p>\n","type":"text/plain"},"key":"loyalty_company_id","value":""},{"disabled":true,"description":{"content":"<p>The Frequent Traveler Program (FTP) number. This entitles the customer the opportunity to earn miles or points with ABG partners, including airlines, hotels, and other select companies. For example, a Lufthansa Miles &amp; More Rewards number.</p>\n","type":"text/plain"},"key":"loyalty_code","value":""}],"variable":[]}},"response":[],"_postman_id":"22a0ee44-b16a-492e-9a1b-5403d6896d02"}],"id":"7019dd1f-7e92-4252-b3a2-e73e1c26af1e","_postman_id":"7019dd1f-7e92-4252-b3a2-e73e1c26af1e","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ABG_Access_Token}}"}]},"isInherited":true,"source":{"_postman_id":"9a43ca7c-f858-4153-a721-374cac7f8a36","id":"9a43ca7c-f858-4153-a721-374cac7f8a36","name":"Avis Budget Payless Car Reservation APIs","type":"collection"}}},{"name":"Car Locations","item":[{"name":"Car Locations","event":[{"listen":"test","script":{"id":"3f7b0a73-c5ad-4e29-8cee-70383de827d1","exec":[""],"type":"text/javascript"}}],"id":"12943b4a-9d58-4f8d-8afc-086fe0b64635","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"client_id","value":"{{ABG_C_ID}}","description":"<p>Your unique client identifier</p>\n"}],"url":"https://stage.abgapiservices.com/cars/locations/v1/?country_code=US&brand=Avis&keyword=Denver","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ABG_Access_Token}}"}]},"isInherited":true,"source":{"_postman_id":"9a43ca7c-f858-4153-a721-374cac7f8a36","id":"9a43ca7c-f858-4153-a721-374cac7f8a36","name":"Avis Budget Payless Car Reservation APIs","type":"collection"}},"urlObject":{"protocol":"https","path":["cars","locations","v1",""],"host":["stage","abgapiservices","com"],"query":[{"description":{"content":"<p>REQ: 2-letter ISO 3166 customer country code</p>\n","type":"text/plain"},"key":"country_code","value":"US"},{"description":{"content":"<p>REQ: \"Avis\", \"Budget\", \"Payless\" are valid values</p>\n","type":"text/plain"},"key":"brand","value":"Avis"},{"description":{"content":"<p>REQ: Location keyword you would like to search.</p>\n","type":"text/plain"},"key":"keyword","value":"Denver"},{"disabled":true,"description":{"content":"<p>International Air Transport Association (IATA) number. This is an identifier used by travel agents that allows the rental car company to pay the agent a commission for the rental.</p>\n","type":"text/plain"},"key":"iata_number","value":""},{"disabled":true,"description":{"content":"<p>Longitude of the product location you would like to search.</p>\n","type":"text/plain"},"key":"long","value":"-73.974102"},{"disabled":true,"description":{"content":"<p>Latitude of the product location you would like to search.</p>\n","type":"text/plain"},"key":"lat","value":"40.753239"},{"disabled":true,"description":{"content":"<p>The unit of distance. Values are \"Miles\", \"Meters\", \"Kilometers\"</p>\n","type":"text/plain"},"key":"distance_unit","value":""},{"disabled":true,"description":{"content":"<p>In the instance a request has failed, transaction identifiers allow you to quickly identify the failed request. The following request transaction identifier may be used by your application to identify a request. We recommend that you use this identifier in every request.</p>\n","type":"text/plain"},"key":"transaction_id","value":""}],"variable":[]}},"response":[],"_postman_id":"12943b4a-9d58-4f8d-8afc-086fe0b64635"}],"id":"7ac9d1b5-1a14-4f0e-b25f-8ee8a362b2cf","_postman_id":"7ac9d1b5-1a14-4f0e-b25f-8ee8a362b2cf","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ABG_Access_Token}}"}]},"isInherited":true,"source":{"_postman_id":"9a43ca7c-f858-4153-a721-374cac7f8a36","id":"9a43ca7c-f858-4153-a721-374cac7f8a36","name":"Avis Budget Payless Car Reservation APIs","type":"collection"}}},{"name":"Get OAuth Token","event":[{"listen":"test","script":{"id":"e57bb5ef-4381-4322-a01b-d23ac05ecb70","exec":["var responseJSON;","try {","    responseJSON = JSON.parse(responseBody); ","    switch(responseCode.code) ","    {","    case 200:","        pm.globals.set(\"ABG_Access_Token\", responseJSON.access_token);","        break;","    default:","        break;","    }","}","catch (e) { }",""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"13b818f5-4729-45f8-9f43-bd0e2a69846b","exec":[""],"type":"text/javascript"}}],"id":"7d38388c-2a04-4230-99b6-03587e2b7e0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"client_id","value":"{{ABG_C_ID}}","description":"<p>REQ: Your unique client identifier.</p>\n"},{"key":"client_secret","value":"{{ABG_C_SECRET}}","description":"<p>REQ: Your unique client secret.</p>\n"}],"url":"https://stage.abgapiservices.com/oauth/token/v1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ABG_Access_Token}}"}]},"isInherited":true,"source":{"_postman_id":"9a43ca7c-f858-4153-a721-374cac7f8a36","id":"9a43ca7c-f858-4153-a721-374cac7f8a36","name":"Avis Budget Payless Car Reservation APIs","type":"collection"}},"urlObject":{"protocol":"https","path":["oauth","token","v1"],"host":["stage","abgapiservices","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"7d38388c-2a04-4230-99b6-03587e2b7e0e"}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ABG_Access_Token}}"}]}},"event":[{"listen":"prerequest","script":{"id":"70bf6bce-478b-4ecd-b54a-a9fef7c9f7c7","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1a1ac4f8-f8e7-49f0-8e31-c527aaa49d17","type":"text/javascript","exec":[""]}}]}