New Chargeflow docs. Everything for merchants, platforms, and the API in one place.
Log in
Current (2025-04-01)Merchants API

Health Check

API health check endpoints

GET
/public/2025-04-01/health-check/access-key
x-api-key<token>

Your Chargeflow API key, sent on every request. Generate one in the Chargeflow App, or see API keys.

In: header

Response Body

application/json

curl -X GET "https://example.com/public/2025-04-01/health-check/access-key"
"string"
GET
/public/2025-04-01/health-check
x-api-key<token>

Your Chargeflow API key, sent on every request. Generate one in the Chargeflow App, or see API keys.

In: header

Response Body

application/json

curl -X GET "https://example.com/public/2025-04-01/health-check"
"string"
Was this page helpful?