HTTP headers
Learn about HTTP headers that can be passed in request and responses when interacting with Monite API.
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.