Authorization: Bearer ********************
{
"destinations": [10033097],
"checkInDate": "2024-11-01",
"checkOutDate": "2024-11-05",
"nationality": "TR",
"adt": 1,
"chd": 0
}
curl --location --request POST 'https://test-api.ucuzyolu.com/hotel/search' \
--header 'client-id: 302382-1928283273-237723829-292999' \
--header 'Content-Type: application/json' \
--data-raw '{
"destinations": [10033097],
"checkInDate": "2024-11-01",
"checkOutDate": "2024-11-05",
"nationality": "TR",
"adt": 1,
"chd": 0
}'
{
"data": {
"jobId": "BJthPxEySqy0qk6d",
"status": "queued",
"attempts": 0,
"payload": {
"journeyId": "9FD76578-6014-4D50-BA63-B74DABF667D8",
"success": true,
"type": "hotel",
"currency": "TRY",
"action": "search",
"destinations": [],
"searchStatus": "pending",
"bookingStatus": "pending",
"results": [],
"ttl": 3600,
"filters": []
}
},
"success": true,
"code": 102,
"message": ""
}