---
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.

---

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