You can set authentication parameters to let users use their real API keys.
"api": { "auth": { "method": "bearer" } }
"api": { "auth": { "method": "basic" } }
"api": { "auth": { "method": "key", "name": "x-api-key" } }
--- title: "Your page title" authMethod: "none" ---
Was this page helpful?