Site Keys
Pixel Patrol uses site keys for API authentication. Each site you create has a unique site key that identifies your application and provides access to the API.Getting Your Site Key
- Log in to your Pixel Patrol dashboard
- Navigate to your team and select a site
- Your site key will be displayed in the format:
site_xxxxxxxxxxxxxxxxxxxx
Using Site Keys
Include your site key in the request body for all API calls:Keep your site keys secure! Never expose them in client-side code or public repositories. Always use them from your backend services.
No Bearer Tokens Required
Unlike many APIs, Pixel Patrol doesn’t use Authorization headers or Bearer tokens. Simply include your site key in the request body.Team-Based Access
Each site key is tied to a specific team and site. The API automatically:- Associates submitted media with the correct team
- Applies the site’s configured rule groups
- Enforces the team’s subscription limits
- Routes webhooks to the site’s configured endpoints
Key Rotation
If you suspect your site key has been compromised:- Contact support@pixelpatrol.net
- We’ll generate a new site key for you
- Update your applications with the new key
- The old key will be immediately disabled