MVMNT Vendors API is one of 27 APIs that MVMNT publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
Tagged areas include Vendors. 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 48 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 operations6 paths48 schemas1 DELETE3 GET1 PATCH3 POST
Metadata
The identity and technical contract details declared by the specification.
MVMNT Vendors API declares
1 security scheme
for authenticating requests.
It accepts HTTP bearer tokens (JWT) (BearerAuth).
By default, every request must be authenticated.
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.
Vendors 8
Vendor management operations
POST
/vendors/filter
Filter vendors
filterVendorsbody→ 200400401500
POST
/vendors
Create a new vendor
createVendorbody→ 201400401409500
GET
/vendors/{id}
Get a vendor by ID
getVendorById1 param→ 200400401404500
PATCH
/vendors/{id}
Update a vendor
updateVendor1 parambody→ 200400401404409500
DELETE
/vendors/{id}
Delete a vendor
deleteVendor1 param→ 204400401404500
POST
/vendors/search
Search vendors
searchVendorsbody→ 200400401422429
GET
/vendors/{id}/outstanding-bills
Get vendor outstanding bills
getVendorOutstandingBills2 params→ 200401404
GET
/vendors/{id}/bills-for-payment
Get vendor bills available for payment
getVendorBillsForPayment2 params→ 200401404
Schemas 48
The contract defines 48 schemas that model the data the API accepts and returns. The most detailed are VendorPaymentMethodReference (25 properties), Vendor (22 properties), VendorSearchRow (20 properties), VendorFilter (19 properties). Each schema is shown below with its type and property counts.
VendorSearchResponse
object
Response for vendor search requests. Note: Only active (non-deleted) vendors are included in results.
3 properties3 required
OutstandingBillsForPaymentResponse
object
5 properties2 required
VendorStatus
string
Vendor status
ValidationError
object
3 properties3 required
DatetimeSearchCriteria
object
Search criteria for datetime fields. Supports both absolute datetime values and relative time expressions.
10 properties1 required
TextSearchCriteria
object
Search criteria for text fields (supports wildcards and partial matching)
2 properties1 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 properties8 required
Error
object
2 properties2 required
ClientKeyFilter
object
Filter options for client key fields (limited operations - exact match only)
3 properties
KeywordSearchCriteria
object
Search criteria for keyword fields (exact match, no partial matching)
2 properties1 required
BooleanFilter
object
Filter options for boolean fields
3 properties
SearchPaginationInput
object
Pagination options for search requests
2 properties
VendorPatch
object
Partial vendor update. All fields are optional. - Omitted fields: Not modified (current value preserved) - Provided fields: Updated to the new value - Null val…
13 properties
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 properties4 required
IntSearchCriteria
object
Search criteria for integer fields
4 properties1 required
VendorSearchRow
object
Flattened vendor data from search index. Note: This represents only active vendors. Soft-deleted records are never returned.
20 properties6 required
bill-payments_CarrierFactorReference
object
3 properties
PaginationInfo
object
4 properties2 required
PaymentMethodType
string
Payment method type
VendorFilter
object
Filter criteria for vendors with AND/OR logic support
19 properties
PaymentTermReference
object
Enhanced reference to a payment term resource (returned in responses). Includes full payment term details in addition to id/key.
11 properties4 required
VendorPaymentMethodReference
object
Vendor payment method reference for embedding in Vendor responses. Identical to VendorPaymentMethod but excludes the vendor and vendorId fields to avoid circul…
25 properties4 required
DateSearchCriteria
object
Search criteria for date fields (no time component). Supports both absolute date values and relative time expressions.
10 properties1 required
UUIDSearchCriteria
object
Search criteria for UUID fields
2 properties1 required
AddressInput
object
Address data for creating a new location
12 properties4 required
VendorSearchRequest
object
Request body for searching vendors
5 properties
RelativeTimeUnit
string
Time unit for relative time calculations: - YEAR: Years - MONTH: Months - WEEK: Weeks - DAY: Days - HOUR: Hours - MINUTE: Minutes - SECOND: Seconds
UUIDFilter
object
Filter options for UUID fields (all operations)
5 properties
SearchPaginationInfo
object
Pagination information for search results
3 properties3 required
OutstandingBillsResponse
object
2 properties2 required
Vendor
object
22 properties5 required
VendorSearchCriteria
object
Search criteria for filtering vendors. Note: Only active (non-deleted) vendors are searchable. Soft-deleted records are automatically excluded.
19 properties
BillEntityType
string
Type of entity the bill is for. - CARRIER: Bill for a carrier (LoadCarrier) - VENDOR: Bill for a vendor service (VendedService)
VendorContactRole
string
Type of vendor contact role
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 properties5 required
DatetimeFilter
object
Filter options for datetime fields
7 properties
IDFilter
object
Filter options for ID fields (limited operations - exact match only)
2 properties
StringFilter
object
Filter options for string fields
11 properties
SearchSortOption
object
Sort option for search results
2 properties2 required
SavedSearchLookup
object
Reference to a saved search by ID or client key. Provide either id or key (not both).
2 properties
VendorStatusFilter
object
Filter for vendor status enum field
5 properties
VendorFilterRequest
object
Request body for filtering vendors
3 properties
CurrencyFilter
object
Filter for currency enum field
5 properties
VendorContactReference
object
Vendor contact reference for embedding in Vendor responses. Identical to VendorContact but excludes the vendor and vendorId fields to avoid circular references.
10 properties2 required
vendors_Currency
string
Currency code
OutstandingBill
object
13 properties
VendorReference
object
Enhanced reference to a vendor profile. Includes full vendor details in addition to id/key.
10 properties5 required
VendorInput
object
13 properties1 required
Specification
The full machine-readable OpenAPI contract behind this narrative.
Every API here is available over the API and to AI agents over MCP. APIs is not yet its own endpoint on the v1 API. Reach this content through network search and the tag graph, or the MCP server below.
Installs https://mcp.apievangelist.com/mcp in Claude, Cursor, VS Code and the rest — one button, every client.
MCP tools for apis
4 tools reach this content
search_api_evangelistSearch every content type across the network at once.
find_relatedThe shared-tag relevance graph — what else covers this.
get_tagEverything one tag labels, across all content types.
guide_topicPRO — a curated bundle for a topic: area, guidance, rules, papers, stories, services.
A second provider on the same verified email joins the account you already have.
Your account
ⓘWhere this information came from
This is an independent, third-party profile of MVMNT Vendors 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.