v13
OpenAPI 3.0.32026-07-31359869.4 MBGet an Alias
Retrieves an Alias for the given host name or alias ID.
Path parameters
The alias or alias ID to be retrieved
The alias or alias ID to be retrieved
Query parameters
Get the alias only if it was created after the provided timestamp
Get the alias only if it was created after the provided timestamp
Get the alias only if it is assigned to the provided project ID
Get the alias only if it is assigned to the provided project ID
Get the alias only if it was created after this JavaScript timestamp
Get the alias only if it was created after this JavaScript timestamp
Get the alias only if it was created before this JavaScript timestamp
Get the alias only if it was created before this JavaScript timestamp
The Team identifier to perform the request on behalf of.
The Team slug to perform the request on behalf of.
Response
The alias information
Example response
{
"alias": "my-alias.vercel.app",
"created": "2017-04-26T23:00:34.232Z",
"createdAt": 1540095775941,
"creator": {
"uid": "96SnxkFiMyVKsK3pnoHfx3Hz",
"email": "john-doe@gmail.com",
"username": "john-doe"
},
"deletedAt": 1540095775941,
"deployment": {
"id": "dpl_5m8CQaRBm3FnWRW1od3wKTpaECPx",
"url": "my-instant-deployment-3ij3cxz9qr.now.sh"
},
"deploymentId": "dpl_5m8CQaRBm3FnWRW1od3wKTpaECPx",
"projectId": "prj_12HKQaOmR5t5Uy6vdcQsNIiZgHGB",
"updatedAt": 1540095775941
}