For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
API StatusPartner Portal
HomeGuidesAPI ExplorerSDKsGitHubSupport
HomeGuidesAPI ExplorerSDKsGitHubSupport
  • API Concepts
    • Overview
    • Environments and URLs
    • Authentication
    • API versioning
    • Rate limiting
    • HTTP headers
    • Pagination, sorting, and filtering
  • General
  • Common
  • Accounts payable
  • Accounts receivable
  • E-invoicing
  • Payments
  • Accounting integration
  • Expense management
  • Utilities
LogoLogo
API StatusPartner Portal
On this page
  • Authentication
  • HTTP methods
  • Date and time
API Concepts

Monite API Overview

Was this page helpful?

Environments and URLs

Learn about different environments provided by the Monite API platform, along with the associated API URLs for each environment.
Next
Built with

This page gives you a general overview of base concepts we use in the Monite API.

Authentication

All API requests to the Monite API platform must be made over HTTPS. Calls made over plain HTTP will fail.

For more information on our authentication mechanism, see Authentication.

HTTP methods

Monite services follow the standard CRUD resource models. This maps to the standard HTTP verbs:

HTTP methodDescription
GETTo retrieve a resource, or a collection of resources.
POSTTo create a new resource, or to execute a complex operation on a resource.
PATCHTo update a resource partially.
PUTTo update a resource by providing a full replacement representation.
DELETETo delete a resource.

Date and time

Timestamps are returned in UTC and formatted as YYYY-MM-DDThh:mm:ss[.zzzzzz][Z|±hh:mm] (ISO 8601).

Dates without the time part are formatted as YYYY-MM-DD.