Advanced Search
Search Results
79 total results found
5 • Troubleshooting
Problem solving and frequently asked questions.
Common Issues
Debug and solutions
Debug and Solutions
Common Issues Tag Not Firing Symptom The Probr Listener tag does not appear in GTM Preview mode, or appears with the status "Not Fired". Causes and Solutions Cause Solution Missing trigger Verify that the "All Events" trigger (or your custom trigger) is...
FAQ
Frequently asked questions
Frequently Asked Questions
FAQ General Questions Does Probr collect personal data? No. Probr does not collect any personal data (PII). The tag only checks the presence of fields (true/false), never their content. No email, phone number, or address is transmitted to Probr. Is Probr GDPR ...
User Guide EN
Probr user documentation in English.
1 • API Overview
Complete endpoint reference for the Probr API.
Overview
Complete API reference
API Endpoints Overview
API Overview Base URL All endpoints are relative to your Probr instance URL: https://your-probr-instance.com/api Authentication Ingest endpoints (/api/ingest): authenticated via X-Probr-Key header Management endpoints: no authentication required in the curre...
2 • Authentication
API keys, ingest key authentication, and security recommendations.
Authentication
API keys and security
API Authentication
API Authentication Authentication Model Probr uses two different authentication mechanisms depending on the endpoint: Endpoint Group Authentication Description POST /api/ingest X-Probr-Key header Ingest key (auto-generated per site) All other /api/* N...
3 • Ingest API
POST /ingest endpoint for receiving monitoring data from GTM Listener.
Ingestion
POST /ingest endpoint
POST /ingest
Ingest Endpoint The main Probr API endpoint receives monitoring data from the sGTM tag. POST /ingest POST https://api.probr.io/ingest Required Headers Header Value Required Content-Type application/json Yes X-Probr-Key Your ingest key Yes Payload...
4 • Management API
CRUD endpoints for clients, sites, probes, and alerts.
Management
Clients, Sites, Probes, Alerts CRUD
Management API
Management API This page documents all CRUD endpoints for managing clients, sites, probes, and alerts. Clients GET /api/clients List all clients. Parameter Type Default Description active_only bool false Only return active clients Response: 200 — Arr...