> For the complete documentation index, see [llms.txt](https://doc.vapi.co/tr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.vapi.co/tr/en/tr-turkey-datasets-and-api-reference/company/company-list.md).

# Company List

### Endpoint: /companies/:id

[API URL](/tr/en/getting-started/api-url.md)

### Request Method: <mark style="color:green;">GET</mark>

### Header Parameter

<table><thead><tr><th width="154">parameter</th><th width="138">type</th><th>definition</th></tr></thead><tbody><tr><td>Authorization</td><td>string</td><td>Bearer &#x3C;API Key><a data-mention href="#curl-istek-oernegi">#curl-istek-oernegi</a> <a data-mention href="/tr/en/getting-started/identity-verfication.md">Identity Verfication</a></td></tr></tbody></table>

### Request Parameters

<table><thead><tr><th width="153">parameter</th><th width="140">type</th><th width="383">definition</th><th>compulsor</th></tr></thead><tbody><tr><td>id</td><td>integer</td><td>The unique product ID assigned to the drug. This information can be retrieved from the id field in the /products endpoint.</td><td><strong>hayır</strong></td></tr><tr><td>page</td><td>integer</td><td>Page number<a data-mention href="/tr/en/getting-started/response-structure.md">Response Structure</a></td><td>hayır</td></tr><tr><td>per-page</td><td>integer</td><td>The number of records to return per page. Upper limit is 200.</td><td>hayır</td></tr><tr><td></td><td></td><td></td><td></td></tr></tbody></table>

### Response Parameters

#### <mark style="color:green;">data</mark> [Response Structure](/tr/en/getting-started/response-structure.md)

<table><thead><tr><th width="208">parameter</th><th width="222">type</th><th>definition</th></tr></thead><tbody><tr><td>company</td><td>company [ ]</td><td><a data-mention href="#company">#company</a></td></tr></tbody></table>

#### <mark style="color:green;">company</mark>

<table><thead><tr><th width="137">parametre</th><th width="105">tipi</th><th>açıklama</th></tr></thead><tbody><tr><td>id</td><td>integer</td><td>Company ID</td></tr><tr><td>name</td><td>text</td><td>Company name</td></tr><tr><td>officialName</td><td>text</td><td>Official company name</td></tr><tr><td>website</td><td>text</td><td>Company website</td></tr><tr><td>fax</td><td>text</td><td>Fax number</td></tr><tr><td>phone</td><td>text</td><td>Phone number</td></tr><tr><td>email</td><td>text</td><td>The company's e-mail address</td></tr><tr><td>address</td><td>text</td><td>The company's full address</td></tr><tr><td>city</td><td>text</td><td>The city where the company is located</td></tr><tr><td>district</td><td>text</td><td>The district where the company is located</td></tr></tbody></table>

### <mark style="color:blue;">curl</mark> Request Example

```powershell
curl --location 'https://api.vapi.co/companies' \
--header 'Authorization: Bearer <API Anahtarı>'
```

```
curl --location 'https://api.vapi.co/companies/' \
--header 'Authorization: Bearer <API Anahtarı>'
```

### <mark style="color:blue;">postman</mark> Request Example

<figure><img src="https://content.gitbook.com/content/yoqXCLsgP4CqhklelIUV/blobs/7Dn2Fkcd6f7glryBIYic/Screenshot%202025-08-08%20at%2014.27.00.png" alt=""><figcaption></figcaption></figure>

### Response Example

```json
{
    "data": [
        {
            "id": 320,
            "name": "Reckitt Benckiser",
            "officialName": "Reckitt Benckiser Temizlik Malzemesi Sanayi ve Ticaret Anonim Şirketi",
            "website": "https://www.reckitt.com/",
            "fax": null,
            "phone": "0212 326 96 00",
..            "email": null,
            "address": "Esentepe Mah. Büyükdere Cad. Tekfen Tower No:209 A Blok Daire:2 4. Levent",
            "city": "İstanbul",
            "district": "Şişli"
        },
        {
            "id": 477,
            "name": "Promedica",
            "officialName": "Promedica İlaç Ticaret Limited Şirketi",
            "website": "",
            "fax": "0212 370 91 27",
            "phone": "0212 370 91 00",
            "email": null,
            "address": "Esentepe Mah. Büyükdere Cad. No:122 Özsezen İş Merkezi  C Blok Kat:3",
            "city": "İstanbul",
            "district": "Şişli"
        },
        {
            "id": 705,
            "name": "Milenyum İlaç",
            "officialName": "Milenyum İlaç",
            "website": "",
            "fax": null,
            "phone": null,
            "email": null,
            "address": null,
            "city": null,
            "district": null
        },
        {
            "id": 1011,
            "name": "Milpha",
            "officialName": "Milpha İlaç Sanayi ve Ticaret Limited Şirketi",
            "website": "",
            "fax": null,
            "phone": null,
            "email": null,
            "address": null,
            "city": "Ankara",
            "district": "Çankaya"
        },
        {
            "id": 1077,
            "name": "Eylül Pharma",
            "officialName": "Eylül Farma İlaç Sanayi ve Ticaret Limited Şirketi",
            "website": "https://www.eylulpharma.com/",
            "fax": null,
            "phone": "0532 290 17 14",
            "email": "info@eylulpharma.com",
            "address": "Kiremithane Mah. 4408 Sok. No:2",
            "city": "Mersin",
            "district": "Akdeniz"
        },
        {
            "id": 837,
            "name": "Mega Özel Sağlık",
            "officialName": "Mega Özel Sağlık Hizmetleri",
            "website": "https://megaozel.com/",
            "fax": "0312 440 80 37",
            "phone": "444 30 82",
            "email": null,
            "address": "Aziziye Mah. Portakal Çiçeği Sok. No:17/133  Yukarı Ayrancı",
            "city": "Ankara",
            "district": "Çankaya"
        },
        {
            "id": 1004,
            "name": "7 Tepe",
            "officialName": "7 Tepe İlaç Medikal Kozmetik ve Gıda Sanayi Ticaret Limited Şirketi",
            "website": "https://www.vitam-x.com/",
            "fax": null,
            "phone": "0212 909 43 08",
            "email": "info@vitam-x.com",
            "address": "Atatürk Mah. Reyhan Sok. N1/1",
            "city": "İstanbul",
            "district": "Esenyurt"
        },
        {
            "id": 1131,
            "name": "Active İlaç",
            "officialName": "Active İlaç Pazarlama A.Ş.",
            "website": "",
            "fax": "0212 441 69 79",
            "phone": "0212 604 55 00",
            "email": null,
            "address": "Mahmutbey Mahallesi Dilmenler Caddesi 19/3",
            "city": "İstanbul",
            "district": "Bağcılar"
        },
        ...
    ],
    "_links": {
        "self": {
            "href": "https://api.vapi.co/companies?page=1&per-page=200"
        },
        "first": {
            "href": "https://api.vapi.co/companies?page=1&per-page=200"
        },
        "last": {
            "href": "https://api.vapi.co/companies?page=4&per-page=200"
        },
        "next": {
            "href": "https://api.vapi.co/companies?page=2&per-page=200"
        }
    },
    "_meta": {
        "totalCount": 792,
        "pageCount": 4,
        "currentPage": 1,
        "perPage": 200
    },
    "success": true
}
```
