Skip to main content

API Key Authentication

To authenticate API requests, include a valid API key in the request headers. You can request an API key by contacting the Holdstation support team.

Header Format

Partner-App-Key: YOUR_API_KEY

Example Request

curl -X GET https://pay-api.holdstation.com/api/v1/tokens \
  -H "Partner-App-Key: YOUR_API_KEY"
Keep your API key secure. Do not expose it in client-side code or public repositories.

Security Scheme

The API uses the apiKey security scheme with the key passed in the request header:
ParameterValue
TypeAPI Key
LocationHeader
Header NamePartner-App-Key
Some endpoints such as List Banks and List Tokens are publicly accessible and do not require authentication.