REST API
Overview
You can directly access a subset of our backend endpoints through HTTPS.
Base URL
The Openlayer API is built around REST. All requests are made to endpoints that begin with:
Authentication
The Openlayer API uses API keys to authenticate requests. You refer to the Find your API key guide for details on how to locate your key.
To authenticate an API request, you should provide your API key in the Authorization
header.
Was this page helpful?