REST API
API Keys
Create and manage API keys for programmatic access.
API Keys
API keys let you access the GEOlyze REST API from external tools, scripts, or integrations.
Creating a key
- Go to API Keys in the main navigation.
- Click Create API Key.
- Enter a name for the key (e.g., "CI Pipeline", "Reporting Script").
- Optionally set an expiration date — leave blank for no expiry.
- Click Create.
The key is displayed once after creation. Copy it immediately — you won't be able to see it again.
Managing keys
On the API Keys page, you can see all your keys with:
- Name — the label you assigned.
- Created — when the key was generated.
- Last used — when the key was last used for an API request.
- Expires — the expiration date, if set.
Revoking a key
Click Revoke on any key to immediately invalidate it. Revoked keys can no longer be used for API requests. This action cannot be undone.
Security
- API keys grant full access to your account's API endpoints.
- Store keys securely — treat them like passwords.
- Use expiration dates for keys used in temporary or external contexts.
- Revoke keys you no longer need.