Documentation · Endpoints
POST /api/v1/monitor (Premium)
Enregistrer un profil d'actif à surveiller — alertes MiCA, webhooks, feed ESMA curaté.
Premium requis
Clé `auros_pk_live_*` ou tier premium/monitor/enterprise. Tier gratuit → HTTP 403 `premium_required`.
Tarifs indicatifs : 49€/mo (5 actifs), 199€/mo (25 actifs).
Créer un monitor
curl -X POST https://getauros.com/api/v1/monitor \
-H "Authorization: Bearer auros_pk_live_xxx" \
-H "Content-Type: application/json" \
-d '{
"asset_type": "real_estate",
"jurisdiction": "luxembourg",
"structure": "spv",
"webhook_url": "https://your.app/hooks/auros",
"alert_on": ["score_change", "regulation_update", "deadline_approaching"]
}'Statut & suppression
GET /api/v1/monitor/:id — statut, dernière vérification, dernière alerte.
DELETE /api/v1/monitor/:id — désinscription.