Learn how to authenticate your API requests.
Include your API key in the Authorization header:
curl -X GET "https://api.redirectflow.io/v1/redirects" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json"