Developer Portal
The Developer Portal provides everything you need to integrate SEOGEO Tools with your systems via the Public API.
What It Is
The Developer Portal includes:
- API key management
- Interactive API console
- Endpoint documentation
- Usage statistics
- Integration examples
Accessing the Portal
- Go to Settings > Developer Portal
- Or navigate to Developer in main navigation
- Click Create API Key
- Enter a name (e.g., "Production App")
- Select scopes (permissions)
- Copy the key immediately (only shown once)
sg_live_...- Production keyssg_test_...- Development keys- Keys are hashed in storage
- Only shown once at creation
- Rotate regularly (90 days recommended)
- Use environment variables
- Go to Developer Portal > Try It
- Select an endpoint
- Fill in parameters
- Click Send Request
- View response
- Pre-filled with your API key
- Shows cURL equivalent
- Displays headers and body
- Response syntax highlighting
- Copy code examples
- All endpoints listed
- Request/response schemas
- Authentication details
- Error codes explained
- Code examples
- Requests per day/month
- Breakdown by endpoint
- Error rate tracking
- Rate limit usage
X-RateLimit-Limit: Your limitX-RateLimit-Remaining: RemainingX-RateLimit-Reset: Reset time- Use descriptive key names: Identify purpose
- Limit scopes: Only request what's needed
- Monitor usage: Catch issues early
- Rotate keys: Regular security hygiene
- Handle errors: Implement proper error handling
API Key Management
Creating Keys
Key Format
Keys are prefixed to indicate type:
Managing Keys
| Action | How To |
|---|---|
| View keys | Listed with name, created date, last used |
| Rotate | Generate new key, old stops working |
| Revoke | Permanently disable key |
| Edit scopes | Update permissions |
Key Security
Try It Console
Test API calls interactively:
Features
API Documentation
In-portal documentation:
Usage Statistics
Monitor your API usage:
Rate Limits
Limits vary by plan:
| Plan | Requests/min | Requests/day |
|---|---|---|
| Starter | 10 | 100 |
| Pro | 60 | 10,000 |
| Enterprise | 300 | 100,000 |
Rate limit headers in responses: