Skip to content

Introduction

The Verve Retail Media platform lets you serve ads to retail (DOOH) screens and manage the physical inventory those screens belong to. Integration happens over two REST APIs.

API Auth What it does
Ad API Public Request ads for a player, report playback exposure, and send signals.
Inventory API OAuth 2.0 Register and update locations and devices via idempotent upsert endpoints.
  • The Ad API is public — no access token, no namespace header. The only identifiers are the key + playerid carried on the request itself.
  • The Inventory API is protected — every call needs an OAuth 2.0 access token and the X-Verve-Namespace project header.

See Authentication for the full flow.

You receive one set of endpoints per environment at onboarding. The development environment:

API https://api.dev.retailmedia.verve.com
Token https://auth.dev.retailmedia.verve.com/oauth/v2/token
  1. Authentication — obtain and use an access token (Inventory API).
  2. Quickstart — make your first authenticated call end to end.
  3. API Reference — the full, generated endpoint reference.