Deductions
Get deduction
Retrieve a single driver deduction record by ID, including deduction type, amount, frequency, effective dates, and the driver settlement it applies to.
GET
Get deduction
This endpoint retrieves detailed information about a specific deduction record by its unique identifier.
Use this method to view all deduction details including amount, category, associated driver or truck, payment status, and creation metadata.
Deductions are asset-specific financial adjustments and can be associated with either a driver or a truck, but not both simultaneously.
Request Parameters
The following parameters are required in the URL path or query:Example CURL Request
Response Body Parameters
The following parameters are included in the response body:Example Response
Versioning
Theversion parameter in the URL path specifies which version of the API you are using.
Including the version number ensures that your integration remains stable as the API evolves.
For more details, refer to the Versioning page.
Rate Limits
All endpoints are subject to standard rate limits to ensure consistent API performance. For details, see the Rate Limits section.Authorizations
OAuth 2.0 client-credentials access token. Obtain one from https://auth.alvys.com/oauth/token (grant_type=client_credentials, audience=https://api.alvys.com/public/), then paste it here. The playground sends it as Authorization: Bearer <token>.
Path Parameters
API version (e.g., 1.0)
Example:
"1.0"
Response
OK