---
title: "Add Zone Password"
method: POST
path: "/zone/add_password"
---

# Add Zone Password

`POST /zone/add_password`

Add one or more passwords to a zone.

## Request body

- object
  - `zone` string, required — The name of the zone to add the password to.
  - `password` string[], required — The password(s) to add. Pass a single string or an array of strings to add multiple passwords.

## Response `200`

OK

## Other responses

- `400` — Invalid request. Check that the zone name and password are valid.
- `401` — Unauthorized. Invalid or missing API key.

---

[API](https://skmtc.net/brightdata/apis/bright-data-api.md) · [All operations](https://skmtc.net/brightdata/apis/bright-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/brightdata/bright-data-api/versions/7413c80b3b56/schema)
