CPL API
Useful links
Useful links
  • Developer
  • Sandbox
Useful links
Useful links
  • Developer
  • Sandbox
Přepni do češtiny
  1. Codelist
  • Back to home
  • API Methods
  • AccessPoint
    • List of access points
  • AddressWhisper
    • Address Whisperer
  • Codelist
    • Codelist for the beneficiary's age verification service
      GET
    • Codelist product
      GET
    • Codelist externalNumbers
      GET
    • Codelist country + COD authorization
      GET
    • Codelist currency
      GET
    • Method for obtaining the services provided for shipments.
      GET
    • A method for obtaining minimum and maximum values ​​for services
      GET
    • Codelist shipment phase
      GET
    • Codelist status
      GET
    • Codelist of validation messages
      GET
    • Types of personal documents
      GET
    • Document type
      GET
  • Customer
    • Customer information - permitted currencies
    • Customer addresess
    • Number range creation
  • Data
    • Single label print
  • Info
    • /info
  • Order
    • Order tracking
  • OrderBatch
    • Create an order
    • Get order status
  • OrderEvent
    • Order cancel
  • Shipment
    • Shipment tracking
    • Save customs documents to shipment
  • ShipmentBatch
    • Shipment creation
    • Used to combine sets of shipments
    • Used to modify the output format of the label.
    • Getting import state
    • Pick up label
  • ShipmentEvent
    • Shipment cancel
    • Adding informations to shipment
  • Routing
    • Used to obtain routing information for a label
  • VersionInformation
    • News
Useful links
Useful links
  • Developer
  • Sandbox
Useful links
Useful links
  • Developer
  • Sandbox
Přepni do češtiny
  1. Codelist

Document type

GET
/codelist/documentFileType
Maintainer:Not configured

Meaning and Usage#

This method is used to display documents that are an essential part of customs processes in international shipment transportation. Documents are attached to foreign shipments and are required for customs clearance.
Supported Document Types
The method returns the following document types:
CIN data (Customs Information Number) – identification data for customs authorities containing information required for customs proceedings and enabling shipment tracking within the customs system.
Invoices – commercial documents proving the value of goods, which are necessary for calculating duties and taxes. They contain information about the sender, recipient, description of goods, and their value.
Dispositions – instructions and guidelines regarding shipment handling, or other accompanying documents required for a specific type of goods or destination country.

Request

Authorization
JWT Bearer
Add the parameter
Authorization
to Headers
Example:
Authorization: ********************
or
Query Params

Header Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/codelist/documentFileType?Limit&Offset' \
--header 'Accept-Language;' \
--header 'X-Correlation-ID;' \
--header 'X-LogLevel;' \
--header 'Authorization: Bearer <token>'

Responses

🟢200
application/json
Success
Headers

Body

Example
[
    {
        "name": "string",
        "code": "string"
    }
]
🟠400
🟠401
🟠403
🔴500
🔴503
Modified at 2026-02-07 07:33:15
Previous
Types of personal documents
Next
Customer information - permitted currencies