Skip to main content

API Workspace

Develop, test, and manage your APIs

{
    "key": "value",
    "example": true
}
Response 200 OK
200ms
{
    "status": "success",
    "data": {
        "id": 1,
        "name": "Example Response"
    }
}

History

GET api/v1/users
POST api/v1/auth/login

Environment Variables

Collections Explorer

Organize and manage your API requests

Collections

User API
Authentication

User API Collection

GET /api/v1/users
Last updated 2h ago

Retrieve list of users with pagination

POST /api/v1/users
Last updated 1d ago

Create a new user account

Environment Manager

Manage variables across different environments

Environments

Development Environment

API Testing Suite

Automate and validate your API endpoints

Test Suites

Authentication Tests
12/12 passed
User API Tests
8/10 passed
Payment Tests
3/8 passed

Authentication Tests

All Tests Passing

Test Valid Login Credentials

200ms

Validates successful login with correct credentials

POST /auth/login Status: 200

Test Invalid Password

150ms

Verifies error response for incorrect password

POST /auth/login Status: 401

Team Collaboration

Work together on API development and testing

Team Members

12 Members
User Avatar

Sarah Johnson

Team Lead

User Avatar

Mike Chen

Developer

Recent Activity

Sarah Johnson updated the User API collection

Added new endpoint for user profile updates
2 hours ago

Mike Chen completed all test cases in Authentication Suite

12 tests passed 100% success rate
5 hours ago
Current User

API Documentation

Comprehensive guide to your API endpoints

Introduction

Welcome to the API documentation. This guide will help you integrate and work with our RESTful API services.

Base URL

https://api.example.com/v1

Authentication

curl -H "Authorization: Bearer YOUR_API_KEY" \
  https://api.example.com/v1/users

Endpoints

GET /users

Retrieve a list of users

Requires auth Pagination
POST /users

Create a new user

Requires auth JSON body
Last updated: 2 days ago Version 1.0.0

API Monitoring

Track and analyze API performance and health

Uptime

99.98% +0.02%

Response Time

287ms +12ms

Error Rate

1.24% +0.4%

Active Monitors

Authentication API
5m
User Service
10m
Payment Gateway
15m

Alert Rules

Response Time > 500ms

Triggers when average response time exceeds threshold

Error Rate > 5%

Alerts when error rate exceeds normal threshold

Performance Metrics

Performance Graph
Endpoint Status Response Time Success Rate Last Check
/api/v1/auth Healthy 245ms 99.9% 2 min ago
/api/v1/users Degraded 482ms 97.2% 5 min ago
/api/v1/payments Issues 623ms 92.8% 1 min ago

API Analytics

Insights and statistics for your API usage

Total Requests

1.2M +12.5%

Average Response Time

245ms +18ms

Success Rate

98.9% +0.3%

Active Users

8.4K +5.2%

Request Traffic

Traffic Graph

Top Endpoints

/api/v1/users 324K calls
/api/v1/auth 256K calls
/api/v1/products 198K calls

Request Log

Timestamp Method Endpoint Status Response Time User
2023-10-15 14:23:45 GET /api/v1/users 200 OK 245ms john.doe@example.com
2023-10-15 14:23:42 POST /api/v1/auth/login 401 Unauthorized 182ms anonymous
Showing 1-10 of 1,439 requests