Look up directory entries by SIREN
Returns all entries from the PPF Annuaire that match the given French SIREN.
offset and limit query parameters (limit defaults to 50, max 200). While more pages remain, the response includes next_offset, pass it back as offset to fetch the next page.
An empty results array means the SIREN is not currently registered in the Annuaire.
Only available to live workspaces — sandbox enrollments receive 403 Forbidden.Authorizations
Authenticate using a valid Invopop enrollment token in the Bearer
scheme.
Example: Authorization: Bearer <token>
Path Parameters
9-digit French SIREN identifier of the company to look up.
"123456789"
Query Parameters
Number of results to skip, for pagination. Must be non-negative.
x >= 00
Maximum number of results to return. Values outside the 1–200
range fall back to the default of 50.
1 <= x <= 20050
Response
One page of matching directory entries. count may be 0 if the
SIREN is not present in the directory.
SIREN that was queried.
"123456789"
Number of directory entries returned on this page.
1
Matching directory entries. Empty when the SIREN is not in the Annuaire.
Offset of the next page of results. Omitted on the last page — its presence means more entries remain.
50