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

Malt Exposed APIs

Malt's publicly documented API surface, served from api.malt.com and documented with Stoplight Elements against a single unified OpenAPI 3.0.3 document ("Malt - API Guidelines", 13 operations). Two capability groups: a freelancer billing surface (list and retrieve invoices, service charge / fee invoices and payments over a date range, plus invoice PDF retrieval) and a SCIM 2.0 /scim/v2/Users endpoint for enterprise user provisioning (create, read, query, replace, patch-deactivate, delete). Authentication is a bearer/opaque token passed in the Authorization header; freelancer tokens are self-served from My Account > API Keys, while organization and client team tokens are obtained through a Malt representative.

This API exposes 13 operations across 9 paths, organized into 4 resource areas, and defines 22 schemas. It is described by OpenAPI 3.0.3, at version 0.0.1.

Requests are made against a single base URL, https://api.malt.com.

13 operations 9 paths 22 schemas 1 DELETE9 GET1 PATCH1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
0.0.1
Base URL
https://api.malt.com
Authentication
HTTP Bearer, API Key
Resource Areas
4

Authentication & Security 2

Malt Exposed APIs declares 2 security schemes for authenticating requests. It accepts HTTP bearer tokens (JWT) (BearerAuth). An API key is passed in the header as Authorization (ApiKeyAuth).

  • BearerAuth — API token obtained from your Malt representative
  • ApiKeyAuth — To obtain an access token, please follow [these instructions](https://api.malt.com).

Paths & Operations 13

Across 9 paths, the API surfaces 13 operations — 1 DELETE, 9 GET, 1 PATCH, 1 POST, 1 PUT. They span 4 resource areas: Invoices, Payments, Fee Invoices, SCIM. Each is listed below with its method, path, parameters, and response codes.

Invoices 3

Operations related to freelancer invoices

GET
/freelancer/invoices
Retrieve a list of invoices from a date range
findInvoices 2 params → 200400401403
GET
/freelancer/invoices/{id}
Get an invoice by its id
getInvoice 1 param → 200401403404
GET
/freelancer/invoices/{id}/pdf
Get an invoice PDF by its id
getInvoicePdf 1 param → 200401403404
Payments 1

Operations related to freelancer payments

GET
/freelancer/payments
Retrieve list of payments from a range of date
findPayments 2 params → 200400401403
Fee Invoices 3

Operations related to freelancer service charge invoices

GET
/freelancer/fee-invoices
Retrieve a list of service charge invoices from a date range
findFeeInvoices 2 params → 200400401403
GET
/freelancer/fee-invoices/{id}
Get a service charge invoice by its id
getFeeInvoice 1 param → 200401403404
GET
/freelancer/fee-invoices/{id}/pdf
Get an fee invoice PDF by its id
getFeeInvoicePdf 1 param → 200401403404
SCIM 6

Manage users

GET
/scim/v2/Users
Query existing users
findUsers 3 params → 200
POST
/scim/v2/Users
Create a user
createUser body → 201
DELETE
/scim/v2/Users/{userId}
Delete a user
deleteUser 1 param → 204403
GET
/scim/v2/Users/{userId}
Fetch an existing user
getUserById 1 param → 200404
PATCH
/scim/v2/Users/{userId}
Modify a user (only accepts setting active to false for now)
modifyUser 1 param body → 204404
PUT
/scim/v2/Users/{userId}
Replace a user
replaceUser 1 param body → 200404

Schemas 22

The contract defines 22 schemas that model the data the API accepts and returns. The most detailed are InvoiceResource (10 properties), CustomerResource (8 properties), SupplierResource (8 properties), FeeInvoiceResource (7 properties). Each schema is shown below with its type and property counts.

InvoiceResource
object
Represents a freelancer invoice
10 properties 9 required
PaymentResource
object
Represents a payment made to the freelancer
6 properties 5 required
FeeInvoiceResource
object
Represents a service charge invoice
7 properties 7 required
PDFInvoiceResource
object
Represents an invoice in PDF format
2 properties 2 required
LightInvoiceResource
object
Lightweight representation of an invoice
3 properties 2 required
CustomerResource
object
Represents a customer (client) for invoicing
8 properties 1 required
SupplierResource
object
Represents a supplier (freelancer) for invoicing
8 properties 1 required
TaxResource
object
Represents a tax line item
3 properties 3 required
LightInvoiceType
string
Type of invoice
PageResource
object
A page of resources
5 properties
ScimEntity
object
A SCIM entity
4 properties
MaltUserExtension
object
Malt User Extension
1 property
SubmittedUserResource
object
A user
5 properties 2 required
UserResource
A user
UserPatchBody
object
Body of a PATCH request for a given user
2 properties 2 required
UserPage
A page of users
ErrorResponse
object
4 properties
ScimEntity_meta
object
Metadata related to this resource
3 properties
SubmittedUserResource_name
object
Actual name of the user
2 properties 2 required
SubmittedUserResource_phoneNumbers_inner
object
2 properties
UserResource_allOf_emails
object
2 properties
UserPatchBody_Operations_inner
object
2 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

malt-exposed-apis-openapi.yml Raw ↑
Where this information came from

This is an independent, third-party profile of Malt Exposed APIs, 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.