Skip to main content
GET
/
api
/
apis
/
{apiId}
/
url
Get API URLs
curl --request GET \
  --url https://{tenant}/api/apis/{apiId}/url \
  --header 'Authorization: Bearer <token>'
{
  "ApiURL": "http://localhost:8080/rate-limit-proxy-api/",
  "BasePath": "/rate-limit-proxy-api/",
  "Host": "localhost:8080"
}

Documentation Index

Fetch the complete documentation index at: https://tyk.io/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

The Tyk Dashboard API Access Credentials

Path Parameters

apiId
string
required

The API ID

Response

Urls returned successfully

ApiURL
string
BasePath
string
Host
string