Create Onboarded Carriers
Create an onboarded carrier contact associated with a specific USDOT. This endpoint allows customers to add their own validated contact information.
Authentication
Permissions
Endpoint
Headers
Request Body:
Request Example:
Response:
Response Body:
Authorizations
Access-TokenstringRequired
JWT provided directly in the Access-Token header. No "Bearer" prefix.
x-api-keystringRequired
API key provided by GenLogs.
Body
usdotstringRequiredExample:
Carrier USDOT number. Must be a non-empty value.
1234567namestring · nullableOptionalExample:
Contact name.
Peter Parkerphonestring · nullableOptionalExample:
Contact phone number.
3432434234Responses
200
Contact created successfully.
application/json
400
Bad Request – Missing or invalid fields.
application/json
401
Unauthorized – Invalid or missing Access-Token.
application/json
403
Forbidden – The user lacks required permission.
application/json
500
Internal Server Error.
application/json
post
/onboarded-carrier/contactsLast updated