Subject: Retrieving API URLs programmatically using Tyk Dashboard API

Yes actually. There is an undocumented dashboard API that retrieves the Host, BasePath and ApiURL values

GET /api/apis/<API ID>/url HTTP/1.1
Accept: */*
Authorization: <Dashboard API Credentials>
Host: <Dashboard Hostname>
1 Like