---
title: "List public drops"
method: GET
path: "/v1/drops"
tags: ["drops"]
---

# List public drops

`GET /v1/drops`

## Response `200`

Active public drops belonging to the customer account.

- object[]
  - `createdAt` number, required — When the drop was created, as Unix epoch milliseconds.
  - `description` string, nullable, required — The description shown on the drop page.
  - `dropDayMessage` string, nullable, required — The message sent to fans once the drop day in endDate is reached.
  - `endDate` number, nullable, required — The drop day: when the drop day message is scheduled to go out, as Unix epoch milliseconds.
  - `id` string, required — Opaque Laylo drop identifier. Use it to tie a Laylo drop to a record in your own system.
  - `imageUrl` string, uri, nullable, required — The image shown on the drop page.
  - `isMultidrop` boolean, required — Whether the drop has sub-drops.
  - `title` string, required — The title shown on the drop page.

## Other responses

- `401` — The integrator credential or customer API key is invalid.
- `403` — The customer account behind the API key has no paid Laylo plan.
- `404` — No route matches the requested path.
- `405` — The path exists, but the HTTP method is not supported.
- `429` — The per-integrator rate limit for this operation is exceeded.
- `500` — An unexpected server error occurred.

---

[API](https://skmtc.dev/laylo/apis/laylo-api.md) · [All operations](https://skmtc.dev/laylo/apis/laylo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/laylo/laylo-api/revisions/000d81a01b74/schema)
