REST API
The REST API lets you manage sites, banners, and consent logs from your own code.
Base URL: https://api.consentbit.com/v1/
Authentication: Bearer token in the Authorization header. Generate API keys under Settings → API keys.
Common endpoints:
GET /sites # list your sites
POST /sites # create a new site
GET /sites/{id}/cookies # list cookies for a site
POST /sites/{id}/scans # trigger a scan
GET /consent-logs # list consent records
GET /consent-logs?from=2026-01-01 # filter by date
POST /webhooks # register a webhook
Full schema, request/response examples, and rate limits are in the API Reference (linked from the dashboard).
.png)
.png)




