---
title: "Get traveler RSVP"
method: GET
path: "/v2/events/{eventId}/travelers/{travelerId}/rsvp"
tags: ["Events"]
---

# Get traveler RSVP

`GET /v2/events/{eventId}/travelers/{travelerId}/rsvp`

Get the RSVP status and the RSVP response for a traveler.

## Response `200`

OK

- EventUserRsvp — User rsvp for the event
  - `userId` UserId — User identifier
    - `id` string, uuid, required
  - `eventRsvpState` 'ADDED' | 'INVITED' | 'INVITE_ACCEPTED' | 'INVITE_DECLINED' | 'REMOVED' — Allowed event rsvp states for a user
  - `eventRsvpResponse` EventRsvpResponse — Event rsvp response
    - `air` AirRsvpResponse — Air rsvp response
      - `notNeeded` boolean — Whether air booking is needed by the traveler or not
    - `hotel` HotelRsvpResponse — Hotel rsvp response
      - `notNeeded` boolean — Whether hotel booking is needed by the traveler or not
    - `car` CarRsvpResponse — Car rsvp response
      - `notNeeded` boolean — Whether car booking is needed by the traveler or not
    - `rail` RailRsvpResponse — Rail rsvp response
      - `notNeeded` boolean — Whether rail booking is needed by the traveler or not
  - `invitedAt` DateTimeOffset — ISO8601 UTC Date Time
    - `iso8601` string, required
  - `airBookingStatus` 'BOOKED' | 'NOT_BOOKED' | 'OPTED_OUT' — Booking status of the travel.
  - `railBookingStatus` 'BOOKED' | 'NOT_BOOKED' | 'OPTED_OUT' — Booking status of the travel.
  - `carBookingStatus` 'BOOKED' | 'NOT_BOOKED' | 'OPTED_OUT' — Booking status of the travel.
  - `hotelBookingStatus` 'BOOKED' | 'NOT_BOOKED' | 'OPTED_OUT' — Booking status of the travel.

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/spotnana/apis/event-api.md) · [All operations](https://skmtc.net/spotnana/apis/event-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spotnana/event-api/revisions/9f7a7c91278c/schema)
