Get aliases by domain
Obtain a list of all alias names associated with your account and given domain. Result array is in descending order by creation date.
If no domain is specified you will receive a list of all the alias names you have created using the Short.fyi domain.
If there are more results than the limit for the request the response will return you a value in lastId property you can specify it in the continueFrom query parameter to get the next batch of records.
Query parameters
The domain name to get the aliases for (string without http/https or /)
An ID returned by a previous query to continue aliases retrieval (see lastId in response)
Number of results to return per request
Response
returns Array of aliases with lastId
Changes
No recorded changes to this endpoint across all 1 revision of this API.