API Endpoint
Your API endpoint is the same as your OptiPub instance domain followed by /api
. For example, if you accessed your instance at demo.optipub.com
, your API endpoints would be demo.optipub.com/api
Authorization
All API endpoints are accessed via a Bearer
token. You must submit Authorization: Bearer YOUR_TOKEN_HERE
with all API requests.