Seqino PDP API (1.0.0)
Seqino PDP API - Modern interface to France's e-Invoicing services
https://pdp-api-v250704-iron.seqino.dev/
http://localhost:8052/
https://pdp.seqino.com/api/
- Current server
https://pdp-api-v250704-iron.seqino.dev/api/directory/{siren}
- Local development server
http://localhost:8052/api/directory/{siren}
- Production server
https://pdp.seqino.com/api/api/directory/{siren}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://pdp-api-v250704-iron.seqino.dev/api/directory/{siren}' \
-H 'X-PDP-Client-Id: string'
Successful Response
Service suffix - when using simple SIREN+suffix nomenclature
Service suffix - when using simple SIREN+suffix nomenclature
Service suffix - when using simple SIREN+suffix nomenclature
Establishment identification number (SIRET)
Establishment identification number (SIRET)
Establishment identification number (SIRET)
Routing identifier
Routing identifier
Routing identifier
Type of routing identifier
Type of routing identifier
Type of routing identifier
Label for the routing code
Label for the routing code
Label for the routing code
Nature of the establishment
Nature of the establishment
Nature of the establishment
Legal commitment management status
Legal commitment management status
Legal commitment management status
Administrative status
Administrative status
Administrative status
Whether the company is addressable
Whether the company is addressable
Whether the company is addressable
When the entry was created
When the entry was created
When the entry was created
{ "siren": "string", "name": "string", "suffix": "string", "siret": "string", "routing_identifier": "string", "routing_identifier_type": "0224", "routing_code_label": "string", "establishment_nature": "Private", "legal_commitment_management": true, "administrative_status": "A", "addressable": true, "address": { "address_line_1": "16 BIS RUE HENRI BARBUSSE", "address_line_2": "CEDEX 1", "address_line_3": "Bâtiment le Callipso", "postal_code": "38100", "subdivision": "Bretagne", "city": "Grenoble", "country_code": "FR" }, "created_at": "2019-08-24", "updated_at": "2019-08-24" }
- Current server
https://pdp-api-v250704-iron.seqino.dev/health
- Local development server
http://localhost:8052/health
- Production server
https://pdp.seqino.com/api/health
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://pdp-api-v250704-iron.seqino.dev/health