---
title: "GET /v2/events/{slug}"
method: GET
path: "/v2/events/{slug}"
---

# GET /v2/events/{slug}

`GET /v2/events/{slug}`

Retrieves an event based on its slug. The event data including status and transactionHash can be accessed through the `data` property.

## Path parameters

- `slug` string, required

## Response `200`

Successfully retrieves the event along with its checkout config. Event details including status and transactionHash are nested under the `data` property.

- object
  - `id` number
  - `data` Event
    - `name` string, required
    - `slug` string, required
    - `image` string, required
    - `description` string, required
    - `status` 'pending' | 'deployed'
    - `transactionHash` string
    - `eventType` 'unlock' | 'external'
    - `attributes` object[], required
      - `trait_type` string, required
      - `value` string, required
  - `checkoutConfig` CheckoutConfig
    - `id` string
    - `name` string, required
    - `by` string
    - `config` object, required
      - `locks` object, required
    - `createdAt` string, date-time
    - `updatedAt` string, date-time
  - `slug` string

## Other responses

- `400` — Invalid input received. Bad request.
- `500` — Unable to fullfil request due to internal server error.

## Changes

- **2025-03-25** `6dfe2cc7b230` — 1 info
  - added the optional property `data/eventType` to the response with the `200` status
- **2024-12-17** `b418432250ec` — 2 info
  - added the optional property `data/status` to the response with the `200` status
  - added the optional property `data/transactionHash` to the response with the `200` status
- **2024-05-16** `0444aeefa1e8` — 1 info
  - the response property `checkoutConfig/config/locks` became required for the status `200`
- **2023-11-03** `b77bfb068867` — 1 breaking, 3 warning
  - the response property `checkoutConfig/config/locks` became optional for the status `200`
  - removed the optional property `data/eventType` from the response with the `200` status
  - removed the optional property `data/status` from the response with the `200` status
  - removed the optional property `data/transactionHash` from the response with the `200` status

[Change history](https://skmtc.dev/unlock-protocol/apis/unlock-locksmith/changes/v2/events/:slug/get.md)

---

[API](https://skmtc.dev/unlock-protocol/apis/unlock-locksmith.md) · [All operations](https://skmtc.dev/unlock-protocol/apis/unlock-locksmith/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/unlock-protocol/unlock-locksmith/revisions/e003b998de45/schema)
