---
title: "List File Types"
method: GET
path: "/fileTypes"
tags: ["File Types"]
---

# List File Types

`GET /fileTypes`

Get the available file types for uploads.

## Query parameters

- `cursor` string
- `size` integer
- `type` string
- `active` boolean
- `enabled` boolean
- `ocr` boolean

## Response `200`

OK

- FileTypeListResponse
  - `code` 'OK' | 'CREATED' | 'INVALID_CREDENTIALS' | 'INVALID_PARAMETERS' | 'INVALID_TOKEN' | 'UNAUTHORIZED_ACCESS' | 'MISSING_RESOURCE' | 'REQUEST_LIMIT_EXCEEDED' | 'SERVER_ERROR' | 'UNSUPPORTED_METHOD' | 'SERVER_UNAVAILABLE' | 'TIME_LIMIT_EXCEEDED' — Request status code
  - `message` string — Message response to the request
  - `requestId` string — Unique ID that is added to the body of every response for easy traceability of the request in our logs.
  - `data` object
    - `nextCursor` string — The next cursor value that can be used in the following query.
    - `items` FileType[]
      - `logoUrl` string, required — URL to the file type image
      - `type` string, required — Upload file type. You can get all types from `/fileTypes` api
      - `typeLabel` string, required — Upload file type label
      - `active` boolean, required — Indicates whether upload for file type is working
      - `enabled` boolean, required — Indicates whether whether upload of file type is enabled or access is allowed for the client
      - `ocr` boolean, required — Whether OCR for file type is supported
      - `supported` string[], required — The datapoints that the provider could support

## Changes

> 51 revisions in range; 2 could not be searched.

- **2026-07-15** (v1) `3bcbeecafbab` — 10 info
  - removed the non-success response with the status `400`
  - removed the non-success response with the status `401`
  - removed the non-success response with the status `403`
  - removed the non-success response with the status `404`
  - …6 more
- **2025-06-11** (v1) `a1f9b403ab62` — 11 info
  - removed the `BANK_STATEMENT` enum value from the `data/items/items/type` response property for the response status `200`
  - removed the `CLEARANCE_BARANGAY` enum value from the `data/items/items/type` response property for the response status `200`
  - removed the `CLEARANCE_NBI` enum value from the `data/items/items/type` response property for the response status `200`
  - removed the `CLEARANCE_POLICE` enum value from the `data/items/items/type` response property for the response status `200`
  - …7 more
- **2024-10-23** (v1) `b5d1c4e69089` — 1 warning, 2 info
  - added the new `GOVERNMENT_ID` enum value to the `data/items/items/type` response property for the response status `200`
  - removed the `ID_BACK` enum value from the `data/items/items/type` response property for the response status `200`
  - removed the `ID_FRONT` enum value from the `data/items/items/type` response property for the response status `200`
- …earlier changes not shown

[Full history](https://skmtc.dev/smileapi/apis/smile-api/changes/fileTypes/get.md)

---

[API](https://skmtc.dev/smileapi/apis/smile-api.md) · [All operations](https://skmtc.dev/smileapi/apis/smile-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/smileapi/smile-api/revisions/a4930eb49f4d/schema)
