API Key
Use this type when upstream APIs authenticate using an API key in header/query/cookie.
Configure
- Open Credentials -> New Credential.
- Select type api_key.
- Set:
api_keykey_in(header,query, orcookie)key_name(for examplex-api-key)
- Save and attach the credential to the target proxy/workflow step.
Verify
Run one request through the proxy path that uses this credential and confirm upstream success.
Common issues
401from upstream: wrong key value or expired key.400from upstream: wrongkey_nameor wrongkey_inplacement.