Almost all Unprice API endpoints require authentication using an Api key. Api keys provide access to your Unprice resources.Documentation Index
Fetch the complete documentation index at: https://docs.unprice.dev/llms.txt
Use this file to discover all available pages before exploring further.
Bearer Authentication
Authentication is performed using HTTP Bearer authentication in theAuthorization header:
Security Best Practices
Never expose your api key in client-side code or include it in public repositories. For frontend applications, always use a backend server to proxy requests to the Unprice API.Authentication Errors
If your authentication fails, you’ll receive a 401 Unauthorized or 403 Forbidden response with an error message:- Missing the Authorization header
- Invalid key format
- Revoked or expired api key

