How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

MVMNT Carriers API

Carrier management operations

MVMNT Carriers API is one of 27 APIs that MVMNT publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Carriers. The published artifact set on APIs.io includes an OpenAPI specification, an API reference, API documentation, and a getting-started guide.

This API exposes 8 operations across 6 paths, and defines 76 schemas. It is described by OpenAPI 3.1.0, at version 1.0.0.

Requests are made against a single base URL, https://api.mvmnt.io/v1.

8 operations 6 paths 76 schemas 1 DELETE3 GET1 PATCH3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Base URL
https://api.mvmnt.io/v1
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

MVMNT Carriers API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (BearerAuth). By default, every request must be authenticated.

  • BearerAuth — OAuth 2.0 access token obtained via client credentials flow

Paths & Operations 8

Across 6 paths, the API surfaces 8 operations — 1 DELETE, 3 GET, 1 PATCH, 3 POST. Each is listed below with its method, path, parameters, and response codes.

Carriers 8

Carrier management operations

POST
/carriers/filter
Filter carriers
filterCarriers body → 200400401500
POST
/carriers
Create a new carrier
createCarrier body → 201400401409500
GET
/carriers/{id}
Get a carrier by ID
getCarrierById 1 param → 200400401404500
PATCH
/carriers/{id}
Update a carrier
updateCarrier 1 param body → 200400401404409500
DELETE
/carriers/{id}
Delete a carrier
deleteCarrier 1 param → 204400401404500
POST
/carriers/search
Search carriers
searchCarriers body → 200400401422429
GET
/carriers/{id}/outstanding-bills
Get carrier outstanding bills
getCarrierOutstandingBills 2 params → 200401404
GET
/carriers/{id}/bills-for-payment
Get carrier bills available for payment
getCarrierBillsForPayment 2 params → 200401404

Schemas 76

The contract defines 76 schemas that model the data the API accepts and returns. The most detailed are CarrierSearchRow (43 properties), CarrierSearchCriteria (42 properties), CarrierFilter (41 properties), CarrierBase (39 properties). Each schema is shown below with its type and property counts.

RailCarrier
AddressPatch
object
Partial address update. All fields are optional. - Omitted fields: Not modified (current value preserved) - Provided fields: Updated to the new value - Null va…
12 properties
CarrierFilter
object
Filter criteria for carriers with AND/OR logic support
41 properties
AirCarrier
DatetimeSearchCriteria
object
Search criteria for datetime fields. Supports both absolute datetime values and relative time expressions.
10 properties 1 required
KeywordSearchCriteria
object
Search criteria for keyword fields (exact match, no partial matching)
2 properties 1 required
OceanCarrierInput
AirCarrierInput
LtlCarrier
AddressInput
object
Address data for creating a new location
12 properties 4 required
UUIDSearchCriteria
object
Search criteria for UUID fields
2 properties 1 required
SearchPaginationInfo
object
Pagination information for search results
3 properties 3 required
UUIDFilter
object
Filter options for UUID fields (all operations)
5 properties
LinehaulCarrier
BillEntityType
string
Type of entity the bill is for. - CARRIER: Bill for a carrier (LoadCarrier) - VENDOR: Bill for a vendor service (VendedService)
CartageCarrierPatch
OutstandingBill
object
13 properties
RailCarrierPatch
VendorReference
object
Enhanced reference to a vendor profile. Includes full vendor details in addition to id/key.
10 properties 5 required
OceanCarrierPatch
ContactInfo
object
Contact information details (nested, without id). This is an embedded object representing a Contact record. The id is managed internally and not exposed in the…
4 properties 1 required
OutstandingBillsForPaymentResponse
object
5 properties 2 required
TruckloadCarrierPatch
CartageCarrier
IntSearchCriteria
object
Search criteria for integer fields
4 properties 1 required
TruckloadCarrierInput
CarrierBase
object
39 properties 6 required
LtlCarrierInput
LinehaulCarrierInput
CarrierSearchRow
object
Flattened carrier data from search index. Includes both ONBOARDED carriers and FMCSA records.
43 properties 4 required
CarrierSearchRequest
object
Request body for searching carriers
5 properties
StringFilter
object
Filter options for string fields
11 properties
AirCarrierPatch
CarrierSearchResponse
object
Response for carrier search requests. Note: Only active (non-deleted) carriers are included in results.
3 properties 3 required
ValidationError
object
3 properties 3 required
TextSearchCriteria
object
Search criteria for text fields (supports wildcards and partial matching)
2 properties 1 required
Address
object
Physical address/location details (nested, without id). This is an embedded object representing a Location record. The id is managed internally and not exposed…
12 properties 8 required
Error
object
2 properties 2 required
CarrierFactorReference
object
Enhanced reference to a carrier factor (factoring company). Includes full carrier factor details in addition to id/key.
8 properties 4 required
CarrierReference
object
Enhanced reference to a carrier resource (returned in responses). Includes full carrier details in addition to id/key. Note: Does NOT include nested references…
8 properties 4 required
CarrierInput
bill-payments_CarrierFactorReference
object
3 properties
PaymentMethodType
string
Payment method type
PaymentTermReference
object
Enhanced reference to a payment term resource (returned in responses). Includes full payment term details in addition to id/key.
11 properties 4 required
RelativeTimeUnit
string
Time unit for relative time calculations: - YEAR: Years - MONTH: Months - WEEK: Weeks - DAY: Days - HOUR: Hours - MINUTE: Minutes - SECOND: Seconds
CartageCarrierInput
PaymentRecipientType
string
Who receives the payment. - DIRECT: Payment goes directly to the carrier - FACTOR: Payment goes to a factoring company (requires carrierFactorId)
RailCarrierInput
SearchSortOption
object
Sort option for search results
2 properties 2 required
CarrierEquipment
string
Equipment types that a carrier can operate
LinehaulCarrierPatch
CarrierContactType
string
Type of carrier contact role
CarrierContactReference
object
Carrier contact reference for embedding in Carrier responses. Identical to CarrierContact but excludes the carrier and carrierId fields to avoid circular refer…
10 properties 4 required
CarrierSearchCriteria
object
Search criteria for filtering carriers. Note: Only active (non-deleted) carriers are searchable. Soft-deleted records are automatically excluded.
42 properties
CarrierInputBase
object
31 properties 2 required
BooleanFilter
object
Filter options for boolean fields
3 properties
ClientKeyFilter
object
Filter options for client key fields (limited operations - exact match only)
3 properties
SearchPaginationInput
object
Pagination options for search requests
2 properties
PaginationInfo
object
4 properties 2 required
FloatSearchCriteria
object
Search criteria for float/decimal fields
4 properties 1 required
Carrier
OceanCarrier
LtlCarrierPatch
CarrierPaymentMethodReference
object
Carrier payment method reference for embedding in Carrier responses. Identical to CarrierPaymentMethod but excludes the carrier and carrierId fields to avoid c…
27 properties 5 required
OutstandingBillsResponse
object
2 properties 2 required
CarrierType
string
Type of carrier operation. Note: In the backend, null carrier type is represented as TRUCKLOAD in the public API.
CarrierFilterRequest
object
Request body for filtering carriers
3 properties
IntFilter
object
Filter options for integer fields
9 properties
Currency
string
Currency code (ISO 4217)
UserReference
object
Enhanced reference to a user resource (returned in responses). Includes full user details in addition to id/key. Note: Does NOT include nested references (team…
11 properties 5 required
DatetimeFilter
object
Filter options for datetime fields
7 properties
IDFilter
object
Filter options for ID fields (limited operations - exact match only)
2 properties
CarrierPatch
CarrierPatchBase
object
Partial carrier update. All fields are optional. - Omitted fields: Not modified (current value preserved) - Provided fields: Updated to the new value - Null va…
31 properties
SavedSearchLookup
object
Reference to a saved search by ID or client key. Provide either id or key (not both).
2 properties
TruckloadCarrier

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

mvmnt-carriers-api-openapi.yml Raw ↑

Other APIs MVMNT publishes across the network.

MVMNT Bill Payments API
MVMNT Bills API
MVMNT Carrier Contacts API
MVMNT Carrier Factors API
MVMNT Carrier Payment Methods API
MVMNT Companies API
MVMNT Credit Memos API
MVMNT Customer Contacts API
MVMNT Customers API
MVMNT Documents API
MVMNT Invoices API
MVMNT Loads API
Where this information came from

This is an independent, third-party profile of MVMNT Carriers API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.