Python integration
import url-shortener-sdk-python # Set your API key client = url_shortener_sdk_python.Client(api_key="YOUR_API_KEY")
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