Our API allows developers to programmatically interact with our services via HTTP requests.
Basics
| Environment | URL | Protocols |
|---|
| Production | https://boltgroup.dev/api | HTTP 1.1-3 over TLS |
Authentication
All requests to our API must be authenticated and authorized, to proceed, you need an API key. To create one, you must go in your Dashboard and go in the Developers tab, once there, you can click on “Create API key”.
API keys aren’t restricted for now, all endpoints are accessible through our API with an API key, keep that in a secure place, and do not share it, ever. (Permissions will arrive in the future)