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 'X-PDP-Client-Id: string'Successful Response
Any of:
Service suffix - when using simple SIREN+suffix nomenclature
string(Suffix)
Any of:
Establishment identification number (SIRET)
string(Siret)
Any of:
Routing identifier
string(Routing Identifier)
Any of:
Type of routing identifier.
string(RoutingIdentifierType)
 Enum"0224"88"0060""Internal"
Any of:
Label for the routing code
string(Routing Code Label)
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)
Any of:
Legal commitment management status
boolean(Legal Commitment Management)
Any of:
Administrative status of the establishment.
string(AdministrativeStatus)
 Enum"A""F"
Any of:
Whether the company is addressable
boolean(Addressable)
Any of:
When the entry was created
string(date)(Created At)
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" }, "created_at": "2019-08-24", "updated_at": "2019-08-24" }