Welcome to the Targeter API
The Targeter REST API provides trusted third-party partners with programmatic access to our marketing platform. As an approved partner with issued API credentials, you can assist in creation and retrieve marketing campaigns on behalf of your clients.Base URL
All API requests are made to your client-specific endpoint:{client_slug} is your unique client identifier (e.g., storhaug).
Partner Authentication
The Targeter API uses JWT (JSON Web Token) authentication for trusted third-party partners. Here’s how it works:- Receive Issued Credentials: Get your API key and secret issued by the Targeter team for your approved partnership
- Exchange for Token: Use your issued credentials to get a JWT token from
/auth/token - Include in Requests: Add the token to the
Authorizationheader for all API calls