O
Octyra
DocsAPI ReferenceAPI Overview

API Reference

Our comprehensive API documentation provides detailed information about all our API endpoints.

Base URL

text
https://api.octyra.com/v1

Authentication

All API requests must include your API key in the Authorization header using the Bearer scheme:

text
Authorization: Bearer YOUR_API_KEY

Key Endpoints

EndpointMethodDescription
/v1/metricsPOSTPush metrics to Octyra
/v1/eventsPOSTPush events to Octyra
/v1/logsPOSTPush logs to Octyra
/v1/tracesPOSTPush traces to Octyra
/v1/queryPOSTQuery stored data
/v1/alertsGET, POST, PUT, DELETEManage alerts
/v1/workflowsGET, POST, PUT, DELETEManage workflows
/v1/dashboardsGET, POST, PUT, DELETEManage dashboards
/v1/data-sourcesGET, POST, DELETEManage data sources

Error Codes

CodeDescription
200Success
400Bad Request - Invalid request format
401Unauthorized - Invalid or missing API key
403Forbidden - Insufficient permissions
404Not Found - Resource not found
429Too Many Requests - Rate limit exceeded
500Internal Server Error