Mipham Platform

Bearer Token Authentication

All Mipham APIs use Bearer Token authentication.

Security Note

Never expose your API Key in client-side code or public repositories.

Authentication Errors

| Code | Meaning | Action | |------|---------|--------| | 401 | Invalid or expired API Key | Regenerate your key | | 403 | Insufficient permissions | Check your key's scope |

Edit this page on GitHub