Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

79 total results found

5 • Troubleshooting

Problem solving and frequently asked questions.

Common Issues

5 • Troubleshooting

Debug and solutions

Debug and Solutions

5 • Troubleshooting Common Issues

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

5 • Troubleshooting

Frequently asked questions

Frequently Asked Questions

5 • Troubleshooting FAQ

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

1 • API Overview

Complete API reference

API Endpoints Overview

1 • API Overview 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

2 • Authentication

API keys and security

API Authentication

2 • Authentication 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

3 • Ingest API

POST /ingest endpoint

POST /ingest

3 • Ingest API Ingestion

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

4 • Management API

Clients, Sites, Probes, Alerts CRUD

Management API

4 • Management API Management

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...