Get hosts
cURL
curl --request GET \ --url https://api.letsway.com/v1/hosts
{ "items": [ { "id": "host-123", "firstName": "John", "lastName": "Doe", "emailAddress": "[email protected]", "description": "Experienced tour guide", "profilePicture": { "id": "media-123", "uri": { "original": "https://example.com/original.jpg", "48w": "https://example.com/48w.jpg", "256w": "https://example.com/256w.jpg" } } } ] }
List of items
Show child attributes