---
title: "Check Aveda Birthday Gift Availability"
method: GET
path: "/v1/guests/{guest_id}/aveda/birthday_gift"
---

# Check Aveda Birthday Gift Availability

`GET /v1/guests/{guest_id}/aveda/birthday_gift`

This API checks if a guest is eligible for an Aveda birthday gift. It validates whether the guest is an Aveda member and if a birthday gift offer code can be claimed.

## Path parameters

- `guest_id` integer, required

## Response `200`

200

- union
  - object
    - `offer_code` string
    - `error` unknown
  - object
    - `offer_code` unknown
    - `error` unknown

## Other responses

- `400` — 400

---

[API](https://skmtc.net/zenoti/apis/zenoti-authentication.md) · [All operations](https://skmtc.net/zenoti/apis/zenoti-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zenoti/zenoti-authentication/revisions/e628f892391a/schema)
