Authentication
Welcome to the Guru Pay Public API. This section helps you authenticate and make your first successful API request.
API Keys
Guru Pay uses API Key authentication via the Authorization
header.
Treat your API keys like passwords. Do not share or expose them in client-side code.
Header format
Authorization: Bearer YOUR_API_KEY
Replace YOUR_API_KEY
with your actual API key, which you can obtain from your Guru Pay Public API dashboard.
Last updated
Was this helpful?