Skip to main content
GET
Look up directory entries by SIREN
Returns the active directory entries from the PPF Annuaire that match the given SIREN. A SIREN may have multiple registered parties (one per SIRET / suffix / routing code), so the response is always a list. 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

Authorization
string
header
required

Authenticate using a valid Invopop enrollment token in the Bearer scheme.

Example: Authorization: Bearer <token>

Path Parameters

siren
string
required

9-digit French SIREN identifier of the company to look up.

Example:

"123456789"

Response

Lookup completed. count may be 0 if the SIREN is not present in the directory.

siren
string
required

SIREN that was queried.

Example:

"123456789"

count
integer
required

Number of directory entries returned.

Example:

1

results
object[]
required

Matching directory entries. Empty when the SIREN is not in the Annuaire.