API & Webhooks
Manage API keys and webhook settings for developers
API Overview
1,234,567
Total Requests
+12% from last month
99.2%
Success Rate
+2.3% improvement
185ms
Avg Response Time
-15ms improvement
8
Active Keys
of 12 total
API Keys
Production API Key
Active
Production
Created: January 15, 2025
Last used: 8 months
145,892 requests
4 permissions
users:read
users:write
orders:read
analytics:read
Development Key
Active
Development
Created: August 1, 2025
Last used: 8 months
8,456 requests
2 permissions
users:read
orders:read
Expires: December 1, 2025
Analytics Integration
Disabled
Production
Created: June 10, 2025
Last used: 8 months
23,451 requests
2 permissions
analytics:read
reports:read
Expires: October 15, 2025
Webhooks Management
Order Events
Notifications for new and updated order events
Active
POST
order.created
order.updated
order.completed
order.cancelled
15,420
Total Deliveries
98.5%
Success Rate
245ms
Avg Response
September 9, 2025
Last Delivery
User Registration
New user sign-up notifications
Active
Errors
POST
user.created
user.updated
user.deleted
3,456
Total Deliveries
85.2%
Success Rate
1250ms
Avg Response
September 9, 2025
Last Delivery
Payment Notifications
Payment processing notifications
Disabled
POST
payment.succeeded
payment.failed
invoice.paid
8,923
Total Deliveries
99.8%
Success Rate
180ms
Avg Response
September 5, 2025
Last Delivery
API Documentation & Examples
Quick Links
Quick Example
// JavaScript Example
const
apiKey = 'your-api-key';
fetch
('https://api.example.com/v1/users', {
method: 'GET',
headers: {
'Authorization': `Bearer ${apiKey}`,
'Content-Type': 'application/json'
}
})
.then(response => response.json())
.then(data => console.log(data));
API Testing Tool
https://api.example.com/v1/
Usage Limits & Pricing
Rate Limits
Public API requests
456/1000
per hour
544 remaining
Search requests
89/100
per hour
11 remaining
File uploads
12/50
per day
38 remaining
Submit emails
245/500
per day
255 remaining
About Rate Limits
Limits reset every hour. If you exceed the allowed limit, you'll receive HTTP 429.
Usage Analytics
Today's Usage
Total Requests
5,678
Successful Requests
5,534
Errors
144
Avg/Hour
236
Most Used Endpoints
GET
1,245
/api/v1/users
POST
892
/api/v1/orders
GET
678
/api/v1/analytics
PUT
456
/api/v1/users/{id}
GET
234
/api/v1/reports
Upgrade Plan
Get higher limits and additional features
Last saved: 30 minutes ago