pVerify · Authentication Profile

Pverify Authentication

Authentication

pVerify secures its APIs with apiKey and http across 2 declared security schemes, as derived from its OpenAPI definitions.

HealthcareInsuranceEligibilityClaimsEDI270/271
Methods: apiKey, http Schemes: 2 OAuth flows: API key in: header

Security Schemes

bearerAuth http
scheme: bearer
clientApiId apiKey
· in: header (Client-API-Id)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/pverify-openapi.yml
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - header
schemes:
- name: bearerAuth
  type: http
  scheme: bearer
  description: OAuth2 access token returned by the /Token endpoint.
  sources:
  - openapi/pverify-openapi.yml
- name: clientApiId
  type: apiKey
  in: header
  parameter: Client-API-Id
  description: Client API identifier issued by pVerify, required on all API calls.
  sources:
  - openapi/pverify-openapi.yml