Prerequisites
Accessing the API Key Management page requires specific rights. Contact your Partoo Account Manager if you need this permission.
API keys provide full access to your organization’s data. Treat them like passwords and never share them publicly or commit them to version control.
Generating an API Key
Access the API key management page directly at: https://app.partoo.co/settings/integrations/api-keysCreating Your API Key
Once you’re on the API Keys page:- Click the Add button to start creating a new API key
- A configuration modal will appear for your new API key
Configuring Your API Key
When creating an API key, you’ll need to configure several important settings:Required Configuration
Label- Provide a descriptive name for your API key
- Use clear naming conventions (e.g., “Production App”, “Development Testing”)
- Set an appropriate expiration date for security
Security Configuration
IP Whitelisting- Restrict API key usage to specific IP addresses
- Recommended for production environments
For production applications, always use IP whitelisting and set reasonable expiration dates to maintain security.