---
title: "Validate drop allowlist"
method: POST
path: "/api/v2/drops/{slug}/allowlist/validate"
tags: ["Drops Endpoints"]
---

# Validate drop allowlist

`POST /api/v2/drops/{slug}/allowlist/validate`

Validate an uploaded drop allowlist file token.

## Path parameters

- `slug` string, required

## Request body

- ValidateDropAllowlistRequest — Request body for validating a drop allowlist
  - `allowlist_file_token` string, required — Token for the uploaded allowlist file

## Response `200`

Validated file token

## Other responses

- `400` — For error reasons, review the response data.
- `401` — Invalid or missing API key
- `403` — Forbidden
- `404` — Resource not found
- `409` — Conflict
- `500` — Internal server error. Please open a support ticket so OpenSea can investigate.

---

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