Get Onboarded Carriers
This endpoint allows external systems to retrieve onboarded carrier contacts configured for the authenticated customer.
Permissions
Endpoint
Headers
Request Body:
Request Example:
Response:
Response Body:
Authorizations
Access-TokenstringRequired
JWT provided directly in the Access-Token header.
x-api-keystringRequired
API key provided by GenLogs.
Query parameters
pageinteger · min: 1OptionalDefault:
Page number of results to return.
1Example: 1page_sizeinteger · min: 1 · max: 200OptionalDefault:
Number of results per page (max 200).
50Example: 50usdot_numberstringOptionalExample:
USDOT number(s) to filter by. Supports a single value or a comma-separated list.
942132,635760Responses
200
Onboarded carrier contacts retrieved successfully.
application/json
400
Bad Request – Invalid query parameters.
application/json
401
Unauthorized – Invalid or missing authentication headers.
application/json
403
Forbidden – User does not have required permission.
application/json
500
Internal Server Error.
application/json
get
/onboarded-carrier/contactsLast updated