---
title: "POST /v2/event-collection/{slug}/events/bulk-approve"
method: POST
path: "/v2/event-collection/{slug}/events/bulk-approve"
---

# POST /v2/event-collection/{slug}/events/bulk-approve

`POST /v2/event-collection/{slug}/events/bulk-approve`

Bulk approve multiple events within an event collection.

## Path parameters

- `slug` string, required

## Request body

- BulkApproveEventsBody
  - `eventSlugs` string[], required — Array of event slugs to approve.

## Response `200`

Successfully approved the selected events.

- EventCollectionAssociation[]
  - `id` integer
  - `eventSlug` string
  - `collectionSlug` string
  - `isApproved` boolean
  - `createdAt` string, date-time
  - `updatedAt` string, date-time

## Other responses

- `400` — Invalid input received. Bad request.
- `403` — User is not authorized to perform this action.
- `404` — The item you are making request for does not exist.
- `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)
