X-Api-Key, and X-Api-Secret.
Example Api Call
Need help? Reach out to support@paywint.com
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
We use API key based authentication to verify and authorize all requests to the Paywint API.
X-Api-Key, and X-Api-Secret.
curl -X POST "https://<environment>/api/example" \
-H "Content-Type: application/json" \
-H "X-Api-Key: YOUR_API_KEY" \
-H "X-Api-Secret: YOUR_API_SECRET" \
-d '{
"name": "John Doe",
"email": "john@example.com",
"phone": "9876543210",
"phone_country_code": "+1"
}'
