Skip to main content
GET
/
v1
/
hosts
Get hosts
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"
        }
      }
    }
  ]
}

Response

200 - application/json

Get hosts

items
object[]
required

List of items