Introduction The Shorten.rest API allows you to programmatically create short URLs (an 'alias') for longer URL (a 'destination'). Each alias you create can be used to redirect the end user (person clicking on the link) to one or more destination URLs A default destination
curl \ -H "x-api-key: $API_KEY" \ https://api.shorten.rest/clicks
curl \ -H "x-api-key: $API_KEY" \ https://api.shorten.rest/aliases
curl \ -H "x-api-key: $API_KEY" \ https://api.shorten.rest/aliases/all