API Key Authentication
All requests to the Upwell API must be authenticated using your API key. The key should be included in theAuthorization header of each request.

Getting Your API Key
- Log into your Upwell dashboard 2. Navigate to Settings → API Keys 3. Click “Generate New API Key” 4. Copy and securely store your API key
API keys are sensitive credentials. Never share your API key or commit it to
version control. If your key is compromised, generate a new one immediately
and revoke the old key.
Using Your API Key
Include your API key in theAuthorization header of all API requests:

