---
title: "Get alias"
method: GET
path: "/aliases"
tags: ["Alias"]
---

# Get alias

`GET /aliases`

Get detailed information for a single alias by providing its alias and domain name

## Query parameters

- `domainName` string
- `aliasName` string, required

## Response `200`

Alias model or **null**

- AliasModel
  - `name` string, required
  - `domainName` string
  - `createdAt` integer
  - `updatedAt` integer
  - `destinations` DestinationModel[]
    - `country` string — ISO alpha-2 [country code](//en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements)
    - `os` string — Please check the [supported OS list](#tag/OperatingSystems)
    - `url` string, required
  - `metatags` MetaTagModel[]
    - `name` string, required
    - `content` string, required
  - `snippets` SnippetModel[]
    - `id` string, required — Please check the [supported snippets list](#tag/Snippets)
    - `parameters` object

---

[API](https://skmtc.dev/shorten/apis/shorten-rest-api-documentation.md) · [All operations](https://skmtc.dev/shorten/apis/shorten-rest-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/shorten/shorten-rest-api-documentation/revisions/0c70b4c97c45/schema)
