Documentation Index
Fetch the complete documentation index at: https://docs.winampay.de/llms.txt
Use this file to discover all available pages before exploring further.
API Key
All API requests must include the header:Unauthenticated endpoints
The only endpoint that does not require authentication is:GET /health— infrastructure health check (used by load balancers)
401 error response
In development mode (when
SPORTSBOOK_API_KEY is empty), authentication is disabled — all requests are accepted. This is the default when running with docker-compose locally.Webhook verification
Outbound webhooks (sent from winam-payments to yourcallback_url) are signed with a JWT RS256 token in the X-Winam-Signature header. See Webhooks for verification details.