-1

I know it takes restful api and we can add some plugins on it but for my purpose I need the parameterized form of API from getkong server? Is this possible? and if yes please let me know how we can achieve this?

1 Answers1

0

Not really sure I understand your question, but you can retrieve the APIs you have added on Kong using the admin API, like:

curl localhost:8001/apis

https://getkong.org/docs/latest/admin-api/#list-apis

Mark
  • 67,098
  • 47
  • 117
  • 162