API cannot be found in the documentation

Hello everyone,

I am learning to set up the KONG based on the documentation.

I am referring to the documentation simultaneously to understand what’s the API trying to do, request the body to pass, and respond body.

However, I cannot find the API mentioned below in the API documentation. It just works. :frowning:

curl -i -X POST \
  --url http://localhost:8001/consumers/Jason/key-auth/ \
  --data 'key=ENTER_KEY_HERE'

Can someone guide me to the API documentation?

Hi,

Details for the key-auth plugin can be found here: Key Authentication plugin | Kong