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
  • Request headers
  • Authorization
  • x-monite-version
  • x-monite-entity-id
  • Response headers
  • x-monite-version
  • x-request-id
  • x-process-time
  • x-monite-entity-id
API Concepts

HTTP headers

Learn about HTTP headers that can be passed in request and responses when interacting with Monite API.
Was this page helpful?
Previous

Pagination, sorting, and filtering

Learn how to optimize data you receive with GET API calls from Monite.
Next
Built with

Request headers

Authorization

Contains a bearer token (of a partner or entity user) to authorize this API request. For more information, see Authentication.

x-monite-version

Specifies a Monite API version to process this API request. For more information, see Monite API versioning.

x-monite-entity-id

Specifies the unique ID of an entity, which is the owner of the API resource of a collection of resources. This is an additional security mechanism that allows to ensure the Monite account structure.

Response headers

x-monite-version

Returns back the Monite API version that was used to process this API request.

x-request-id

Contains a random ID generated by Monite to uniquely identify this API response. Always provide this ID when reporting any issues to the Monite Support Team.

x-process-time

Contains a value specifying the time spent on processing the original API request.

x-monite-entity-id

Returns back the entity ID specified in the original API request.