---
title: "List available documents for a given company"
method: GET
path: "/v1/company-data/available-documents"
tags: ["Company data"]
---

# List available documents for a given company

`GET /v1/company-data/available-documents`

Require either `company_id` OR `country` & `registration_number`

---

#### See also  
Learn more about [Company data](./company-data-guide)

## Query parameters

- `country` string, alpha-2
- `registration_number` string
- `company_id` string

## Response `200`

Return list of available documents to order for a company

**ℹ️ Click to see full payload**

- AvailableDocumentList
  - `data` AvailableDocument[], required
    - `name` string, required
    - `product_ref` string, required
    - `vendor` 'pappers' | 'inpi' | 'kyckr' | 'companies_house' | 'info_camere' | 'transparenzregister' | 'topograph', required
    - `price_tier` 'tier_0' | 'tier_1' | 'tier_2' | 'tier_3' | 'tier_4' | 'tier_5' | 'tier_6' | 'tier_7' | 'tier_8' | 'tier_9', required
    - `delivery` 'instant' | 'delayed', required
    - `delivery_time` number, nullable, required — In seconds. Unknown if null.
    - `sample_url` string, nullable, required

## Other responses

- `400` — The request is either malformed or contain invalid parameters.

---

[API](https://skmtc.net/dotfile/apis/api-specifications.md) · [All operations](https://skmtc.net/dotfile/apis/api-specifications/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dotfile/api-specifications/versions/36393567057b/schema)
