Seqino PDP API - Modern interface to France's e-Invoicing services
Seqino PDP API (1.0.0)
Download OpenAPI description
Overview
Languages
Servers
Dev server
https://pdp.seqino.dev/api
Local development server
http://localhost:8052
- Dev serverhttps://pdp.seqino.dev/api/directory/{siren}
- Local development serverhttp://localhost:8052/directory/{siren}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://pdp.seqino.dev/api/directory/{siren}' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'X-PDP-Client-Id: string'Successful Response
Service suffix - when using simple SIREN+suffix nomenclature
Any of:
Service suffix - when using simple SIREN+suffix nomenclature
string(Suffix)
Establishment identification number (SIRET)
Any of:
Establishment identification number (SIRET)
string(Siret)
Routing identifier
Any of:
Routing identifier
string(Routing Identifier)
Type of routing identifier
Any of:
Type of routing identifier.
string(RoutingIdentifierType)
Enum"0224""0088""0060""Internal"
Label for the routing code
Any of:
Label for the routing code
string(Routing Code Label)
Nature of the establishment
Any of:
Nature of the establishment.
string(EstablishmentNature)
Enum"Private""Public"
legal_commitment_managementLegal Commitment Management (boolean) or Legal Commitment Management (null)(Legal Commitment Management)
Legal commitment management status
Any of:
Legal commitment management status
boolean(Legal Commitment Management)
Administrative status
Any of:
Administrative status of the establishment.
string(AdministrativeStatus)
Enum"A""F"
Whether the company is addressable
Any of:
Whether the company is addressable
boolean(Addressable)
Response
application/json
{ "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" } }