---
title: "Get the details of an alias"
method: GET
path: "/alias/subscriptionCharge/{aliasId}"
tags: ["Billing"]
---

# Get the details of an alias

`GET /alias/subscriptionCharge/{aliasId}`

Returns the details of the specified alias id including the subscription id and the charge id it is mapped to.

## Path parameters

- `aliasId` string, required

## Response `200`

successful operation

- SubscriptionChargeAlias
  - `aliasId` string
  - `subscriptionId` string
  - `chargeId` string
  - `createdOn` integer

---

[API](https://skmtc.net/dealhub/apis/quote-api.md) · [All operations](https://skmtc.net/dealhub/apis/quote-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dealhub/quote-api/versions/c30f5b9fbfab/schema)
