---
title: CDN Info
url: https://docs.vultr.com/products/network/cdn-pull-zone/management/cdn-info
description: Provides information about Vultrs Content Delivery Network (CDN) service for distributing content globally with low latency.
publish_date: 2024-09-23T20:21:03.220728Z
last_updated: 2026-05-26T20:15:56.965523Z
---

# How to Retrieve CDN Information for Vultr CDN Pull Zones

Vultr CDN simplifies content access by providing a unique CDN URL that routes requests through Vultr's global network. This ensures that your content is delivered quickly and efficiently from the nearest edge location, optimizing performance and reducing latency. By using this CDN URL, you can enhance the speed and reliability of content delivery to users around the world.

Follow this guide to retrieve the Vultr CDN URL on your Vultr account using the Vultr Console, API, or CLI.

=== "Vultr Console"

    1. Navigate to **Products**, click **CDN**, and then click **Pull Zones**.
    1. Click your target CDN Pull Zone subscription to open its management page.
    1. Click **Overview**.
    1. Under **CDN Information**, locate **CDN URL**, and copy it for further use.

=== "Vultr API"

    1. Send a `GET` request to the [**List CDN Pull Zones** endpoint](https://www.vultr.com/api/#tag/CDNs/operation/list-pullzones) and note the target Pull Zone subscription's CDN URL.

        ```console
        $ curl "https://api.vultr.com/v2/cdns/pull-zones" \
            -X GET \
            -H "Authorization: Bearer ${VULTR_API_KEY}"
        ```

=== "Vultr CLI"

    1. List all available CDN Pull Zone subscriptions and note the target Pull Zone subscription's CDN URL. 

        ```console
        $ vultr-cli cdn pull list
        ```
