> For the complete documentation index, see [llms.txt](https://docs.vida.id/identity-stack/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vida.id/identity-stack/sign/e-meterai-stamp/api-integration/e-meterai-api/api-reference/get-document-type.md).

# Get Document Type

Use this API to retrieve a list of document types that are supported for eMeterai stamping, ensuring compatibility and ease of use.

<mark style="color:blue;">`GET`</mark> `/api/v1/emeterai/doctype`

#### Headers

| Name                                            | Type   | Description                                  |
| ----------------------------------------------- | ------ | -------------------------------------------- |
| Authorization<mark style="color:red;">\*</mark> | String | Bearer \<Token received from Authentication> |
| X-PARTNER-ID<mark style="color:red;">\*</mark>  | String | client\_id                                   |

{% tabs %}
{% tab title="200: OK " %}

```json
{
    "responseCode": 200,
    "message": "Success",
    "refNum": "1703821251",
    "data": [
        {
            "codeDocument": "VD001",
            "nameDocument": "Dokumen pelunasan utang (lebih dari 5 juta)"
        },
        {
            "codeDocument": "VD002",
            "nameDocument": "Dokumen Transaksi"
        },
        {
            "codeDocument": "VD003",
            "nameDocument": "Surat Keterangan"
        },
        {
            "codeDocument": "VD004",
            "nameDocument": "Surat Pernyataan"
        },
        {
            "codeDocument": "VD005",
            "nameDocument": "Surat Lainnya"
        },
        {
            "codeDocument": "VD006",
            "nameDocument": "Surat Berharga"
        },
        {
            "codeDocument": "VD007",
            "nameDocument": "Dokumen penerimaan uang (lebih dari 5 juta)"
        }
    ]
}
```

{% endtab %}

{% tab title="401: Unauthorized " %}

{% endtab %}
{% endtabs %}
