Jump to Content
Maroo API
API Reference
v1.0

Log InMaroo API
API Reference
Log In
v1.0API Reference

Maroo API

  • Introduction
  • Authentication
  • Currency units
  • Error handling
  • Versioning
  • Contacts API
    • List contactsget
    • Create a new contactpost
    • Update a contact by IDpatch
    • Get a contact by IDget
    • Delete a contact by IDdel
  • Invoices API
    • List invoicesget
    • Create an invoicepost
    • Get an invoice by IDget
    • Partially update an invoice by IDpatch
    • Delete an invoice by IDdel
    • Remind about a next incomplete paymentpost
    • Get an invoice payment by IDget
    • Mark an invoice payment as paidpost
    • Unmark an invoice payment as paidpost
  • Payments API
    • List paymentsget
    • Create a paymentpost
    • Get a payment by IDget
    • Partially update a payment by IDpatch
    • Delete a payment by IDdel
  • Payment Methods API
    • List payment methodsget
  • Examples
    • Create & update invoice
    • Make a payment
Powered by 

Introduction

The Maroo API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.