Authorization header.
Creating an API key
1
Open Settings
Go to Settings in the sidebar, then select the API tab.
2
Create a key
Click Create Key, enter a name (e.g., “Production”), and click Create.
3
Copy your key
Copy the key immediately. It starts with
uj_live_ and will not be shown again.Using your key
Include it as a Bearer token in theAuthorization header of every request:
cURL
Node.js
Python
401 Unauthorized if the key is missing or invalid.