{"info":{"_postman_id":"95db1612-9e44-4b8b-88f8-c99e1763c3b3","name":"TravelPointAPI","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"25555214","collectionId":"95db1612-9e44-4b8b-88f8-c99e1763c3b3","publishedId":"2sBY4LR1xr","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-07-10T05:55:43.000Z"},"item":[{"name":"Login","id":"87387b67-39e1-4535-90ce-6dbf35a55568","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"api_user_name\": \"******\",\r\n  \"api_password\": \"******\"\r\n}"},"url":"https://travelpointaviation.com/api/client/login","urlObject":{"protocol":"https","path":["api","client","login"],"host":["travelpointaviation","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"87387b67-39e1-4535-90ce-6dbf35a55568"},{"name":"Profile","id":"221c8880-34f6-4a40-b07c-b122470fc6e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{api_token}}","type":"text"}],"url":"https://travelpointaviation.com/api/client/profile","urlObject":{"protocol":"https","path":["api","client","profile"],"host":["travelpointaviation","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"221c8880-34f6-4a40-b07c-b122470fc6e2"},{"name":"GetGroups","id":"e8af5da2-2a81-43db-8673-f558e5f87e14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{api_token}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://travelpointaviation.com/api/client/getGroups","urlObject":{"protocol":"https","path":["api","client","getGroups"],"host":["travelpointaviation","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e8af5da2-2a81-43db-8673-f558e5f87e14"},{"name":"getSeats","id":"ca15153b-f012-428c-b168-9a0486bc8050","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{api_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n \"groupId\" : \"3772\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://travelpointaviation.com/api/client/getSeats","urlObject":{"protocol":"https","path":["api","client","getSeats"],"host":["travelpointaviation","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ca15153b-f012-428c-b168-9a0486bc8050"},{"name":"getSingleGroupBookingStatus","id":"f01af6b6-c10c-4fb5-a69e-fbeaaeabe76f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{api_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n \"bookingId\" : \"1095\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://travelpointaviation.com/api/client/getSingleGroupBookingStatus","urlObject":{"protocol":"https","path":["api","client","getSingleGroupBookingStatus"],"host":["travelpointaviation","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f01af6b6-c10c-4fb5-a69e-fbeaaeabe76f"},{"name":"createGroupBooking","id":"1a194585-2e97-4663-abf8-4bb75c03c4b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{api_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"groupId\": 3496, \r\n  \"booker_name\": \"Xain Gujjar\",\r\n  \"booker_email\": \"zainsajid266@gmail.com\", \r\n  \"passengers\": [\r\n    {\r\n      \"human_type\": \"adult\",\r\n      \"type\": \"Mr\",\r\n      \"s_name\": \"Khan\",\r\n      \"g_name\": \"Zeeshan\",\r\n      \"passport_no\": \"P12345\",\r\n      \"doi\": \"2023-01-01\",\r\n      \"dob\": \"1990-02-20\",\r\n      \"doe\": \"2028-01-01\"\r\n    },\r\n    {\r\n      \"human_type\": \"adult\",\r\n      \"type\": \"Mrs\",\r\n      \"s_name\": \"Khan\",\r\n      \"g_name\": \"Ayesha\",\r\n      \"passport_no\": \"P98765\",\r\n      \"doi\": \"2023-01-01\",\r\n      \"dob\": \"1992-03-15\",\r\n      \"doe\": \"2028-02-01\"\r\n    },\r\n    {\r\n      \"human_type\": \"child\",\r\n      \"type\": \"Miss\",\r\n      \"s_name\": \"Khan\",\r\n      \"g_name\": \"Noor\",\r\n      \"passport_no\": \"w2323\",\r\n      \"doi\": \"2023-01-01\",\r\n      \"dob\": \"1992-03-15\",\r\n      \"doe\": \"2028-02-01\"\r\n    }\r\n  ]\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://travelpointaviation.com/api/client/createGroupBooking","urlObject":{"protocol":"https","path":["api","client","createGroupBooking"],"host":["travelpointaviation","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"1a194585-2e97-4663-abf8-4bb75c03c4b3"}]}