Settings

API Keys

API keys are used to authenticate requests to the Nexus API. Keep your API keys secure and never share them publicly.
Production API Key
Created on Jan 15, 2025 • Last used 2 hours ago
••••••••••••••••NX4K9P
Development API Key
Created on Dec 10, 2024 • Last used yesterday
••••••••••••••••LM7T2S

Rate Limits

Your current plan allows for 10,000 API requests per day. If you need higher limits, please upgrade your plan.
Today's Usage
4,021 / 10,000 requests used

API Endpoints

Below are some of the most common API endpoints. For a full list, please refer to our API documentation.
GET Projects
https://api.nexusplatform.com/v1/projects
Retrieve a list of all projects
status
Filter by project status (active, completed, archived)
limit
Number of results to return (default: 20, max: 100)
POST Projects
https://api.nexusplatform.com/v1/projects
Create a new project
name
Project name (required)
description
Project description
GET Analytics
https://api.nexusplatform.com/v1/analytics
Retrieve analytics data
period
Time period (day, week, month, year)
type
Type of analytics (performance, cost, risk)

Webhooks

Webhooks allow you to receive real-time HTTP notifications when specific events occur in your Nexus account.
Project Updates
Active
https://example.com/webhooks/nexus/projects
project.created
project.updated
project.deleted
Risk Alerts
Active
https://example.com/webhooks/nexus/risks
risk.detected
risk.updated
risk.resolved
User Events
Inactive
https://example.com/webhooks/nexus/users
user.created
user.updated
user.deleted
View full API documentation