Authentication
To authenticate with the Shrinked API, you need to generate an API key from your dashboard.
All API requests must include an x-api-key header with your API key.
curl -X GET https://api.shrinked.com/some-endpoint \ -H "x-api-key: YOUR_API_KEY"