---
title: "Get all the domains on a video's whitelist"
method: GET
path: "/videos/{video_id}/privacy/domains"
tags: ["Videos\\Embed privacy"]
---

# Get all the domains on a video's whitelist

`GET /videos/{video_id}/privacy/domains`

This method returns all the domains on the specified video's whitelist.

## Path parameters

- `video_id` number, required

## Query parameters

- `page` number
- `per_page` number

## Response `200`

The domains were returned.

## Other responses

- `403` — There are no domains on which the video can be embedded.

---

[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)
