---
title: "POST /v2/event-collection"
method: POST
path: "/v2/event-collection"
---

# POST /v2/event-collection

`POST /v2/event-collection`

Create a new event collection

## Request body

- EventCollectionBody
  - `title` string, required
  - `description` string, required
  - `coverImage` string
  - `banner` string
  - `links` object[]
    - `type` string
    - `url` string
  - `managerAddresses` string[], required

## Response `201`

Successfully created event collection

- EventCollection
  - `slug` string
  - `title` string
  - `description` string
  - `coverImage` string
  - `banner` string
  - `links` object
  - `managerAddresses` string[]
  - `createdAt` string, date-time
  - `updatedAt` string, date-time
  - `events` 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

## 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/revisions/e003b998de45/schema)
