Obtain DGT records of the carrier
GET/truckers/dgt/
Retrieves a paginated list of all DGT records associated with the authenticated carrier.
Each record contains:
- Unique DGT code
- Status (pending/resolved)
- Creation and update dates
Example use cases:
- Carrier needs to verify their registered DGT codes
- Filter records by status for tracking
- Integration with fleet management systems
The response includes pagination metadata for navigation.
Request
Responses
- 200
- 401
- 404
- 500
Paginated list of DGT records
Unauthorized
User not found
Internal server error