Skip to content
Ask Questions

Authentication

piespector currently supports these auth types:

  • No Auth
  • Basic Auth
  • Bearer Token
  • API Key

For API key auth, the key can be applied in one of two places:

  • request header
  • query string

Authentication is edited as part of the request configuration flow on Home, alongside params, headers, and body.