---
title: "POST /v2/events/external/save"
method: POST
path: "/v2/events/external/save"
---

# POST /v2/events/external/save

`POST /v2/events/external/save`

Save external event data that is not associated with an Unlock lock

## Request body

- object
  - `title` string, required — The title of the external event
  - `description` string, required — Description of the external event
  - `url` string, required — URL to the external event's website
  - `image` string, required — URL to an image representing the event
  - `ticket` object, required
    - `event_start_date` string, required — Start date in YYYY-MM-DD format
    - `event_start_time` string, required — Start time in HH:MM format
    - `event_end_date` string, required — End date in YYYY-MM-DD format
    - `event_end_time` string, required — End time in HH:MM format
    - `event_timezone` string, required — Timezone for the event
    - `event_is_in_person` boolean, required — Whether the event is in-person or virtual
    - `event_address` string, required — Address for the event (physical address or URL for virtual events)
    - `event_location` string, required — Human-readable location information

## Response `201`

External event created successfully

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