Accessing the API

API Endpoint

Your API endpoint is the same as your OptiPub instance domain followed by /api/3.2/. For example, if you access your instance at https://[client].app.optipub.com.

The Backend API endpoint is https://[client].app.optipub.com/api/3.2/

The Frontend API endpoint is https://[client].app.optipub.com/api/o/

Authorization

All API endpoints are accessed via a Bearer token. You must submit Authorization: Bearer YOUR_TOKEN_HERE with all API requests.