We are excited to introduce the BoltonSea API, designed to provide programmatic access and management capabilities for your organization's resources.
By activating or using the BoltonSea API, you agree to abide by the API License Agreement.
Our API endpoints are RESTful JSON APIs, offering programmatic access to the resources available on our platform.
You might be wondering about the specific resources accessible via the API. While each resource has a dedicated section in our documentation detailing available operations, here's a brief overview:
We encourage you to explore the detailed documentation for a comprehensive understanding of how to leverage the BoltonSea APIs.
This API reference describes the RESTful, streaming, and realtime APIs you can use to interact with the BoltonSea platform. REST APIs are usable via HTTP in any environment that supports HTTP requests.
API Requests with an BoltonSea Platform
Here is a reference for OpenAPI HTTP API-Key authentication reference.
Here is how you can create API-Keys here at BoltonSea.
curl https://api.boltonsea.com/organizations/123456 -H "X-API-KEY: $API_KEY"
Enterprise API Requests with an external Authentication Service
Here is a reference for OpenAPI HTTP Bearer authentication reference.
curl https://api.boltonsea.com/organizations/123456 -H "Authorization: Bearer $TOKEN"