Love's Truck Care Service API

(0 reviews)

Loves Truck Care Service API

Overview

The Truck Care Service API enables customers and partners to connect with Love's Truck Care Solutions to both request service and access information around active or previous service engagements.


API Instances

EnvironmentBase URL
QAhttps:/non-prod.apis.loves.com/loves-truck-care-service-proc-api-qa/api
Productionhttps:/apis.loves.com/loves-truck-care-service-proc-api-prod/api

Contact your Love's onboarding representative for environment-specific host values.


Security

This API uses OAuth 2.0 JWT Bearer authentication enforced by the Love's API gateway.
Access tokens are obtained using the OAuth Client Credentials grant from a designated authorization server. Token endpoint details are provided during partner onboarding.
Access to data is restricted based on the authenticated client application's authorized Client to Customer relationships, which are maintained by Love's Truck Care systems.
All requests must include the following header:

HeaderFormat
AuthorizationBearer <access_token>

Summary

API Version: V2.0

MethodEndpointDescription
POST/v2/workOrdersCreate a new instance of a work order record in Love's ecosystem
GET/v2/workOrders/{workOrderNumber}Retrieves the current status and details of an active work order by order number.
POST/v2/workOrders/completeQueries bulk historical completed WorkOrder data.

Endpoints

Create Work Order

POST /v2/workOrders

Create a new instance of a work order record in Love's ecosystem

Get Work Order by Number

GET /v2/workOrders/{workOrderNumber}

Retrieves the current status and details of an active work order by order number.

Search Completed Work Orders

POST /v2/workOrders/complete

Queries bulk historical completed WorkOrder data.


Reviews