Get legal document by code
GET/truckers/settings/legal/:slug
Returns a specific legal document identified by its code (slug). Searches by direct code or by code+language combination.
Requires valid JWT authentication. Does not require administrator permissions.
Request
Responses
- 200
- 404
- 500
Legal document successfully obtained.
Document not found. Possible reasons:
- The code does not exist
- The document is not visible
- No version exists in the requested language
Internal Server Error