Documentation Index
Fetch the complete documentation index at: https://docs.targeter.tech/llms.txt
Use this file to discover all available pages before exploring further.
Get started in three steps
Connect your platform to Targeter and start creating campaigns for your clients.Step 1: Receive your issued API credentials
Partner credential issuance
Partner credential issuance
As a trusted third-party partner, you will receive API credentials from Targeter: - API Key: Your unique
partner identifier issued by Targeter - API Secret: Your secure authentication secret issued by Targeter
These credentials are required for all API requests and are only provided to approved partners.
Understand authentication
Understand authentication
Targeter uses JWT (JSON Web Token) authentication for third-party partners: 1. Exchange your issued API
credentials for a JWT token 2. Include the token in the
Authorization header for protected routes 3. Tokens
expire after 1 hour for securityStep 2: Make your first integration call
Authenticate with your issued credentials
Authenticate with your issued credentials
Start by obtaining a JWT token using your partner credentials:Response:
Create a campaign for your client
Create a campaign for your client
Now create a campaign on behalf of your client using your JWT token:Depending on whether a campaign already exists and whether automatic creation applies, you may get 200 with
campaign_link, or 201 with either ad_creation_link and campaign_id, or campaign_link only. See Campaigns.Example 201 when automatic creation succeeds:Step 3: Complete your integration
Explore the full API
Explore the full API
Now that you’ve made your first integration call, explore our complete partner API reference:
- Authentication — JWT tokens and partner security
- Campaign Management — Create or resolve campaigns for your clients
- API Introduction — Overview of all available partner endpoints
Next steps
Ready to complete your Targeter integration? Here’s what you can do next:Partner Authentication
Learn about JWT authentication and security best practices for partners.
Campaign API
Create and manage targeted marketing campaigns for your clients.
Partner API Reference
Explore our complete third-party integration documentation.
Partner Support
Get help from our partner integration support team.
Need integration help? Contact our partner support team at support@targeter.tech
for assistance with your third-party integration or any questions.