Palenca (Vech) · Authentication Profile

Palenca Vech Authentication

Authentication

Palenca (Vech) declares 1 security scheme(s) across its OpenAPI definitions.

CompanyIncome VerificationEmployment VerificationFintechGig EconomyLatin AmericaIdentity
Methods: Schemes: 1 OAuth flows: API key in:

Security Schemes

x-api-key apiKey
· in: header ()

Source

Authentication Profile

Raw ↑
generated: '2026-07-20'
method: searched
source: https://developers.palenca.com/docs/environments-and-authentication
api: Palenca API
summary: >-
  Palenca authenticates every request with a private API key sent in the x-api-key
  request header. Separate keys exist for the sandbox and production environments.
  The OpenAPI does not declare securitySchemes; this profile is sourced from the
  published auth documentation.
transport:
  tls_min_version: '1.3'
  https_only: true
  certificate_pinning: discouraged
  required_headers:
  - name: Content-Type
    value: application/json
schemes:
- id: api_key
  type: apiKey
  in: header
  name: x-api-key
  description: >-
    Private API key issued per environment. Retrieve from the Console at
    https://console.palenca.com/developers/api. Sent on almost all routes.
  environments:
  - name: sandbox
    base_url: https://sandbox.palenca.com
  - name: production
    base_url: https://api.palenca.com
oauth2: false
openid_connect: false
mutual_tls: false
key_management:
  console_url: https://console.palenca.com/developers/api
  environments: [sandbox, production]
docs: https://developers.palenca.com/docs/environments-and-authentication