Skip to main content

Get current fee percentage

GET 

/truckers/fee/

Retrieves the current applicable fee percentage for carriers.

Operation:

  1. Queries the latest system configuration (Settings)
  2. If no configuration exists, uses the default value (6%)
  3. Returns the value in percentage format (e.g., 6.0 = 6%)

Requirements:

  • Authentication via a valid JWT
  • Token with 'truckers-fee:read' scope

Usage Example:

curl -X GET https://api.demo.cargoffer.com/truckers/fee/ \
-H Authorization: Bearer {token}

Responses

Rate Information