← Back to Dashboard

Postman

DevelopmentActiveUnknownAuth: API KeyDoc: Unknown
Swagger DocumentationVisit Website ↗

Description

Tool for testing APIs

✨ AI Summary

Postman is a powerful platform designed for testing, developing, and managing APIs.

Code Example

import requests

url = "https://api.postman.com/workspaces"
headers = {
    "X-Api-Key": "YOUR_API_KEY"
}

response = requests.get(url, headers=headers)
response.raise_for_status() # Raise an exception for HTTP errors
print(response.json())

Live Health Metrics

Last 50 checks (10 min intervals)