Skip to main content
GET
/
v1
/
document-types
List available document types
curl --request GET \
  --url http://localhost:8000/v1/document-types \
  --header 'Authorization: Bearer <token>'
{
  "document_types": [
    {
      "code": "<string>",
      "name": "<string>",
      "category": "<string>",
      "field_count": 123,
      "description": "<string>"
    }
  ],
  "total": 123
}

Authorizations

Authorization
string
header
required

API Key authentication. Format: dk_test_ or dk_live_

Query Parameters

category
string | null

Filter by category (e.g., 'fund_operations', 'tax', 'banking')

Response

List of all document types with their active schemas

Response for listing document types (GET /v1/document-types).

document_types
DocumentTypeListItem · object[]
required

List of available document types

total
integer
required

Total number of document types