Panaya · Authentication Profile

Panaya Authentication

Authentication

Panaya secures its APIs with apiKey and custom-token across 2 declared security schemes, as derived from its OpenAPI definitions.

CompanyTestingTest AutomationTest ManagementChange ManagementChange Impact AnalysisERPSAPOracleSalesforceQuality AssuranceDevOps
Methods: apiKey, custom-token Schemes: 2 OAuth flows: API key in: header

Security Schemes

api-token apiKey
· in: header ()
access-token token-exchange

Source

Authentication Profile

panaya-authentication.yml Raw ↑
generated: '2026-07-20'
method: searched
source: https://success.panaya.com/docs/authenticating-via-api-with-an-api-token
docs:
  - https://success.panaya.com/docs/authenticating-via-api-with-an-api-token
  - https://success.panaya.com/docs/how-to-authenticate-to-panaya-via-api-with-an-access-token
  - https://success.panaya.com/docs/how-to-create-your-token
summary:
  types: [apiKey, custom-token]
  api_key_in: [header]
  oauth2_flows: []
  notes: >-
    Panaya exposes two documented, proprietary token auth mechanisms. Neither is
    OAuth 2.0 / OIDC. Credentials are always prefixed with the account email.
schemes:
  - name: api-token
    type: apiKey
    in: header
    parameter_name: X-Auth-Token
    value_format: "email:token"
    login_required: false
    token_lifetime: non-expiring-revocable
    description: >-
      Long-lived API token passed on every request in the X-Auth-Token header as
      "email:token" (the Panaya login email, a colon, then the generated token).
      No login/exchange call required; tokens never expire but can be revoked by
      an administrator.
    source: https://success.panaya.com/docs/authenticating-via-api-with-an-api-token
  - name: access-token
    type: token-exchange
    token_endpoints:
      - https://my.panaya.com/api/accesstoken
      - https://emea.panaya.com/api/accesstoken
    http_method: POST
    request_content_type: application/x-www-form-urlencoded
    request_params: [username, token]
    response_token_lifetime_seconds: 3600
    description: >-
      Two-step scheme: a user-created access token (optional expiry) is POSTed to
      /api/accesstoken to receive a short-lived response token valid for 1 hour,
      which is then used on subsequent API calls.
    source: https://success.panaya.com/docs/how-to-authenticate-to-panaya-via-api-with-an-access-token
admin_controls:
  - Monitoring and disabling user tokens (administrator):
      https://success.panaya.com/docs/how-to-monitor-and-disable-user-tokens-as-administrator

Work with this as data

Every security artifact here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for security posture

4 MCP tools reach this
  • find_securityBrowse and filter every security artifact in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This security artifact
curl "https://apis.io/api/v1/security/panaya-authentication"
All security posture
curl "https://apis.io/api/v1/security?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.