ComboCurve REST API
The ComboCurve API is a powerful REST API that allows you to programmatically interact with the ComboCurve platform. This documentation provides comprehensive information about the available endpoints, request/response formats, and authentication methods.
Base URL:https://api.combocurve.com
Authentication
- API Key: api-key
- OAuth 2.0: service-account-key
Security Scheme Type: | apiKey |
|---|---|
Header parameter name: | x-api-key |
Example Request with API Key
curl -X GET "https://api.combocurve.com/api/v1/wells" \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json"Security Scheme Type: | oauth2 |
|---|---|
OAuth Flow (implicit): | Authorization URL: / Scopes: |
Service Account Authentication
For service account authentication, you'll need a service account configuration file provided by ComboCurve. This method is recommended for automated systems and applications that need to access the API.
The service account configuration file contains credentials that your application can use to authenticate with the API. Contact your ComboCurve administrator or visit the API Forum for assistance in obtaining service account credentials.
Need Help?
If you need assistance with the API, please visit our API Forum where you can ask questions and get help from the ComboCurve community and support team.
For detailed instructions on getting started with the API, including authentication, client libraries, and making your first API call, please visit the Getting Started guide.