{"info":{"_postman_id":"330d4e45-6d07-4cb0-9e9e-ff10cc327c45","name":"WearinaAPI","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"25555214","collectionId":"330d4e45-6d07-4cb0-9e9e-ff10cc327c45","publishedId":"2sBXqQGy1C","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-05-15T08:13:19.000Z"},"item":[{"name":"Login","id":"03907640-8d01-4124-9d5d-2ada12d38b7f","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://wearinatravels.com/api/client/login","urlObject":{"protocol":"https","path":["api","client","login"],"host":["wearinatravels","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"03907640-8d01-4124-9d5d-2ada12d38b7f"},{"name":"Profile","id":"359945d4-4d78-4c5c-b6a0-8bc2c622c985","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://wearinatravels.com/api/client/profile","urlObject":{"protocol":"https","path":["api","client","profile"],"host":["wearinatravels","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"359945d4-4d78-4c5c-b6a0-8bc2c622c985"},{"name":"GetGroups","id":"9c4b5a88-1c11-4d0c-ac08-3bace0979cbb","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://wearinatravels.com/api/client/getGroups","urlObject":{"protocol":"https","path":["api","client","getGroups"],"host":["wearinatravels","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9c4b5a88-1c11-4d0c-ac08-3bace0979cbb"},{"name":"getSeats","id":"224a20c7-b98a-4aba-9bca-45171d7c3e16","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://wearinatravels.com/api/client/getSeats","urlObject":{"protocol":"https","path":["api","client","getSeats"],"host":["wearinatravels","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"224a20c7-b98a-4aba-9bca-45171d7c3e16"},{"name":"getSingleGroupBookingStatus","id":"12de2aef-5120-4261-8b42-79389a7fd7b0","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://wearinatravels.com/api/client/getSingleGroupBookingStatus","urlObject":{"protocol":"https","path":["api","client","getSingleGroupBookingStatus"],"host":["wearinatravels","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"12de2aef-5120-4261-8b42-79389a7fd7b0"},{"name":"createGroupBooking","id":"4426ee95-d51a-4f84-ba02-fe050b0c8bd2","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://wearinatravels.com/api/client/createGroupBooking","urlObject":{"protocol":"https","path":["api","client","createGroupBooking"],"host":["wearinatravels","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4426ee95-d51a-4f84-ba02-fe050b0c8bd2"}]}