Authentication Method
WizzGift uses a simple token-based authentication system.You must pass your API Key as a Bearer token in the
Authorization header.
Header Format
Where to Find Your API Key
You can obtain your API Key from your WizzGift dashboard:Example Request
Security Instructions
- Keep your API Key strictly confidential.
- Do not expose it in frontend applications or public repositories.
- Use environment variables or secure vaults for storage.
- All requests will fail if the
Authorizationheader is missing or incorrect.