Prezio API uses key-based authentication for all requests. We support both standard API keys and JSON Web Tokens (JWT). This guide explains how to obtain and use API keys effectively.
Copy the key securely for use in your applications
Contact Support
For enterprise access or if you don’t have dashboard access, contact:support@prezio.euInclude your account details and required access level.
Upon initial registration, users receive a sandbox API key valid for a limited period of time to test the API. Our team will contact you to discuss extending access and support your integration based on your needs.
Use the same API key for both environments, but make requests to different base URLs:
Copy
# Sandbox environment (open access)curl -X GET "https://sandbox.prezio.eu/api/live/..." \ -H "Authorization: Token YOUR_API_KEY"# Production environment (requires contract)curl -X GET "https://api.prezio.eu/api/live/..." \ -H "Authorization: Token YOUR_API_KEY"
Sandbox access is available to all registered users. Production access depends on your contract - contact our support team at support@prezio.eu to enable production access.
For questions regarding authentication or API key management, contact our support team at support@prezio.eu.