
Tyk is a public API providing api and service management platform.
All requests require a Bearer Token provided in the Authorization header.
Authorization: Bearer $API_KEY| Method | Path | Description |
|---|---|---|
| GET | https://tyk.io/open-source/ | Primary API endpoint. |
curl -X GET "https://tyk.io/open-source/" \ -H "Accept: application/json"