---
title: "Add a domain to a video's whitelist"
method: PUT
path: "/videos/{video_id}/privacy/domains/{domain}"
tags: ["Videos\\Embed privacy"]
---

# Add a domain to a video's whitelist

`PUT /videos/{video_id}/privacy/domains/{domain}`

This method adds the specified domain to a video's whitelist.

## Path parameters

- `domain` string, required
- `video_id` number, required

## Response `204`

The video is now embeddable on the domain.

## Other responses

- `403` — The video doesn't have a user-defined access list.

---

[API](https://skmtc.net/vimeo/apis/vimeo-api.md) · [All operations](https://skmtc.net/vimeo/apis/vimeo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vimeo/vimeo-api/revisions/ea882e0224a4/schema)
