Alias
Get alias
Get detailed information for a single alias by providing its alias and domain name
get/aliases
Query parameters
domainNamestring
domain which alias belongs to (string without http/https or /)
aliasNamestring required
alias value (without / at the beginning)
Response
Alias model or null
Example response
{
"name": "aBcDe012",
"domainName": "your.domain.com",
"createdAt": 1595845801514,
"updatedAt": 1595845801514
}Changes
No recorded changes to this endpoint across all 1 revision of this API.