Skip to main content
Using a small set of REST endpoints, you can integrate campaign delivery quickly while ensuring accurate performance tracking across devices and locations.

Base URL

Every request is made against the following base URL:
https://ads.enslive.live/api/v1

What you can do

ENS Ads exposes three endpoints that cover the full ad delivery lifecycle:
EndpointMethodPurpose
/campaigns/fetchGETRetrieve campaigns targeted to a placement, location, and device
/campaigns/impressionPOSTRecord that a campaign was displayed to a user
/campaigns/clickPOSTRecord that a user interacted with a campaign

Authentication

All requests require a Bearer token in the Authorization header. You can get your API key from the ENS Ads dashboard.
Authorization: Bearer YOUR_API_KEY
Read the Authentication page for header format, code examples, and guidance on keeping your key secure.

Next steps

Quick start

Make your first API call in minutes — fetch campaigns, display them, and start tracking.

API reference

Explore full parameter and response documentation for all three endpoints.