Skip to main content
GET
/
admin
/
system
/
reload
Reloads dashboard urls
curl --request GET \
  --url https://{tenant}/admin/system/reload \
  --header 'Admin-Auth: <api-key>'
{
  "status": "ok"
}

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

Admin-Auth
string
header
required

Api key

Response

URLs reloaded successfully.

status
string