Company monitoring for France
Company monitoring for France: a 30, 90 or 365-day surveillance watchlist (?duree=), recurring KYB & compliance alerts. Each target checked DAILY against official sources; Ed25519-signed webhook and/or e-mail digest, always pollable. Company targets (SIREN): BODACC, status, officers, sanctions/AMF blacklist, PSAN/SGP, Seveso, new FR & EU procurement awards. Director targets (dirigeant:Name): new/ended offices. Per target (1-100) x duration: $0.05 / $0.135 / $0.50. No account, no refund.
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://api.sirenic.eu/v1/surveillance/creer
| Category | Company and compliance |
|---|---|
| Provider host | api.sirenic.eu |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 6 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.1 | 883 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"cibles": "552032534,542065479",
"duree": "30"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"properties": {
"cibles": {
"description": "1 to 100 comma-separated targets: 9-digit SIREN, or `dirigeant:Surname` (2-80 chars). Deduplicated. BILLED PER TARGET - the signed quote is the unit price for the requested duration times the number of targets.",
"type": "string"
},
"duree": {
"description": "Watch duration in days: 30, 90 or 365. Optional, defaults to 30. UNIT PRICE PER TARGET depends on it: 30d $0.05, 90d $0.135 (-10%), 365d $0.50 (-17.8% vs the monthly rate). Total = that unit price x number of targets, so up to $50.00 for 100 targets over 365 days. Payment is final: no pro-rata refund.",
"type": "string"
},
"email": {
"description": "Optional e-mail address for the digest (200 chars max)",
"type": "string"
},
"webhook": {
"description": "Optional public https URL (port 443, no private or loopback host, no credentials in the URL, 500 chars max) receiving Ed25519-signed event pushes",
"type": "string"
}
},
"required": [
"cibles"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}