POST

Fetch French company record by SIREN from INSEE Sirene API

/v1/siren-fetch

Validation · API INSEE Sirene

Request → Response

Examples from schemas.json.

Requestapplication/json
POST /v1/siren-fetch
Content-Type: application/json

{
  "siren": "example"
}
Responseapplication/json
HTTP/1.1 200 OK
Content-Type: application/json

// Endpoint-specific body after 402 settlement

Overview

Fetch French company record by SIREN from INSEE Sirene API.

Request schema

Body: JSON · application/json

FieldTypeDescription
sirenstringrequiredpattern: ^\d{9}$
IMPLEMENTATION
curl -X POST https://api.tools402.dev/v1/siren-fetch \
  -H "Content-Type: application/json" \
  -d '{
  "siren": "example"
}'

402 payment flow omitted — see Integrations for settlement.