GET /v4/aliases

Retrieves a list of aliases for the authenticated User or Team. When domain is provided, only aliases for that domain will be returned. When projectId is provided, it will only return the given project aliases.

Servers

Query parameters

Name Type Required Description
projectId String No

Filter aliases from the given projectId

teamId String No

The Team identifier to perform the request on behalf of.

limit Number No

Maximum number of aliases to list from a request

rollbackDeploymentId String No

Get aliases that would be rolled back for the given deployment

slug String No

The Team slug to perform the request on behalf of.

until Number No

Get aliases created before this JavaScript timestamp

domain[] Array No

Get only aliases of the given domain name

since Number No

Get aliases created after this JavaScript timestamp

from Number No

Get only aliases created after the provided timestamp

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.