Overview
The Anyway REST API allows you to programmatically access your telemetry data, manage projects, and configure your account. Base URL:Authentication
All API requests require authentication using a Bearer token.Getting an API Key
- Log in to your Dashboard
- Go to Settings > API Keys
- Click Create New Key
- Copy your key (it won’t be shown again)
Using the API Key
Include your API key in theAuthorization header:
Request Format
- All requests should use HTTPS
- Request bodies should be JSON with
Content-Type: application/json - Timestamps are in ISO 8601 format (UTC)
Response Format
All responses are JSON with the following structure:Success Response
Error Response
Rate Limits
API requests are rate limited based on your plan:| Plan | Rate Limit |
|---|---|
| Free | 100 requests/minute |
| Pro | 1,000 requests/minute |
| Enterprise | Custom |
429 Too Many Requests response.
Pagination
List endpoints return paginated results:SDKs
For most use cases, we recommend using the Python SDK instead of the REST API directly:API Endpoints
Telemetry
Ingest and query traces and metrics
Projects
Manage projects and settings
API Keys
Create and manage API keys
Webhooks
Configure webhook notifications