Customer-implemented endpoint. C Teleport calls this on your server to pull pending travel requests.
Your endpoint must return: 200 with a JSON array of travel request objects. Each object should include traveler details, flight requirements, and an external reference ID. Return an empty array [] if no pending requests exist.
C Teleport calls this periodically — do not return requests that have already been sent.
Array of travel requests.
External reference information for the travel request.
Traveler record using camelCase field names.
Used exclusively by the /travelers-requests endpoint.
Flight requirements for the travel request.
Hotel requirements for the travel request.
Additional details for the travel request.