Skip to Content

APIs & SDKs

List Deployment Aliases

List Deployment Aliases

AuthorizationbearerToken

Default authentication mechanism

Retrieves all Aliases for the Deployment with the given ID. The authenticated user or team must own the deployment.

GEThttps://api.vercel.com/v2/deployments/{id}/aliases

Path parameters

string


id

teamId

Required

The ID of the deployment the aliases should be listed for

Query parameters

Optional

slug

string

string

Optional

The Team slug to perform the request on behalf of.

The Team identifier to perform the request on behalf of.

401The request is not authorized.


400One of the provided values in the request query is invalid.

+Show 5 properties

Response


array

A list of the aliases assigned to the deployment

aliases


Required

200The list of aliases assigned to the deployment

Errors


403You do not have permission to access this resource.

404The deployment was not found

This page is not in the current cross-link map.