v1

latestOpenAPI 3.0.02026-07-2494288373.8 KB
Company data

List available documents for a given company

Require either company_id OR country & registration_number


See also

Learn more about Company data

get/v1/company-data/available-documents

Query parameters

countrystring alpha-2
Example:FR

Company country
ISO 3166-1 alpha-2 country code (eg FR)

registration_numberstring

Company registration number

company_idstring

Company id

Response

Return list of available documents to order for a company

ℹ️ Click to see full payload

Example response

{
  "data": [
    {
      "name": "Extrait INPI",
      "product_ref": "cGFwcGVycyxmcl9leHRyYWl0X2lucGk=",
      "vendor": "pappers",
      "price_tier": "tier_0",
      "delivery": "instant"
    }
  ]
}