Skip to main content
All Wiza API requests require authentication using a Bearer token. Include your API key in the Authorization header of every request.

Header Format

Examples

Error Responses

401 Unauthorized

Returned when the API key is missing, invalid, or expired.
Common causes:
  • Missing Authorization header
  • Invalid API key format (must be Bearer YOUR_API_KEY)
  • API key has been disabled
  • API key does not exist