---
title: "Fetch a guest."
method: GET
path: "/v2/guests/{id}"
tags: ["Guests"]
---

# Fetch a guest.

`GET /v2/guests/{id}`

## Path parameters

- `id` integer, required

## Response `200`

A model representing the guest.

- GuestModel
  - `id` integer — The ID of this record.
  - `fields` FieldValueModel[] — A collection of field names and values.
    - `code` string
    - `value` string
  - `tags` string[] — A collection of tag names.
  - `addresses` AddressModel[]
    - `id` integer — The ID of this record.
    - `city` string
    - `country` string
    - `is_default` boolean
    - `postal_code` string
    - `province` string
    - `state` string
    - `street1` string
    - `street2` string
    - `type` 'home' | 'work' | 'other'
  - `email_addresses` EmailAddressModel[]
    - `id` integer — The ID of this record.
    - `address` string
    - `is_default` boolean
    - `type` 'home' | 'work' | 'mobile' | 'other'
  - `first_name` string
  - `is_banned` boolean
  - `last_name` string
  - `notes` string
  - `opt_out_marketing_email` boolean
  - `opt_out_marketing_sms` boolean
  - `opt_out_transactional_sms` boolean
  - `phones` PhoneModel[]
    - `id` integer — The ID of this record.
    - `extension` string
    - `is_default` boolean, nullable
    - `number` string
    - `type` 'home' | 'work' | 'mobile' | 'other'

---

[API](https://skmtc.net/ownerrez/apis/ownerrez-api.md) · [All operations](https://skmtc.net/ownerrez/apis/ownerrez-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ownerrez/ownerrez-api/versions/fa0c0f146039/schema)
