API Documentation

REST API Reference

Comprehensive API documentation with examples for all endpoints and methods.

Endpoints

POST/api/deployments

Create a new deployment

Auth
GET/api/deployments/:id

Retrieve deployment details

Auth
PUT/api/deployments/:id

Update deployment configuration

Auth
DELETE/api/deployments/:id

Delete a deployment

Auth
GET/api/monitoring/metrics

Get monitoring metrics

Auth
GET/api/logs/:deploymentId

Retrieve deployment logs

Auth

Authentication

All API requests require authentication using an API key. Include your API key in the Authorization header.

Header: Authorization

Format: Bearer YOUR_API_KEY

curl -H "Authorization: Bearer sk_..." \
  https://api.opscore.io/api/deployments

Need help?

Check our documentation or contact support for assistance.