Get all directory/routing entries for a given SIREN.
Returns routing information for a company, including establishment details and routing configurations for electronic invoicing.
Sécurité
APIKeyHeader
- Dev serverhttps://pdp.seqino.dev/api/directory/{siren}
- Production serverhttps://pa.seqino.com/api/directory/{siren}
curl -i -X GET \
'https://pdp.seqino.dev/api/directory/{siren}' \
-H 'Authorization: YOUR_API_KEY_HERE'Directory entries details
Array []
Company identification number (SIREN or BCE number)
Any of:
Service suffix - when using simple SIREN+suffix nomenclature
string
Any of:
Type of routing identifier.
string(RoutingIdentifierType)
Enum:"0224""0088""0060""Internal"
Any of:
Label for the routing code
[ 1 .. 100 ] characters
string
Any of:
Nature of the establishment.
string(EstablishmentNature)
Enum:"Private""Public"
Any of:
Legal commitment management status
boolean
Any of:
Administrative status of the establishment.
string(AdministrativeStatus)
Enum:"A""F"
Response
[ { "siren": "123456789", "name": "string", "suffix": "Administration", "siret": "12345678901234", "routing_identifier": "GLN_987654321", "routing_identifier_type": "0224", "routing_code_label": "string", "establishment_nature": "Private", "legal_commitment_management": true, "administrative_status": "A", "addressable": true, "address": { … }, "peppol_address": "string" } ]