cURL
curl --request GET \ --url https://api.youappz.dev/aliases/{idOrAlias} \ --header 'Authorization: Bearer <token>'
{ "id": 123, "teamId": "<string>", "alias": "<string>", "domain": "<string>", "zoneId": "<string>", "target": "<string>", "redirect": "<string>", "redirectStatusCode": 123, "createdAt": 123, "updatedAt": 123, "createdBy": 123, "deploymentId": "<string>", "projectId": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
3
"example.appz.dev"
Retrieve the alias