Skip to content

MasrApp API Documentation

Welcome to the MasrApp API Documentation. This guide provides details on how to integrate with our API.

Overview

The MasrApp API enables businesses to interact with their Receipts, Vendors, Categories, and Budgets. The API supports JSON and XML responses.

Base URL

https://app.masrapp.net/integration/v1/

Authentication

All requests must include an API key.

  • Header: X-API-KEY: your_api_key
  • Query Parameter: ?key=your_api_key

If an invalid API key is used, the response will return 403 Forbidden.

Documentation Sections