Getting started

The Gappify APIs utilize the REST protocol for a streamlined design, featuring intuitive, resource-focused URLs. It communicates using HTTP response codes to signify the status of API requests, distinguishing between successes and failures. Our APIs expect requests to be JSON-encoded, return responses in JSON format, and adhere to standard HTTP conventions for response codes, authentication methods, and verbs.

About us

Gappify, founded in 2016, is a cloud-based provider of accrual automation solutions for mid-market and enterprise accounting teams. The company is headquartered in New York City, with offices in Berkeley, California, Washington DC, and Manila, Philippines.

Its team consists of accountants and CPA’s from Big Four accounting firms and software innovators. Gappify is also supported by strategic advisors from some of the world’s most recognized technology companies and is affiliated with the top companies & accounting organizations.

For partnerships or other inquiries, contact info@gappify.com


Key resources

There are two type resources that are core to the Gappify API: Inbound to Gappify and Outbound from Gappify. Here’s a look at each of the objects:

1[
2 {
3 "source_system_id": "b13e7b72-a1af-41c0-8fe8-3c0bb3905f91",
4 "name": "Fern",
5 "email": "info@buildwithfern.com",
6 "primary_subsidiary_id": "957927f7-2d9b-48ce-af35-25206a786ef7",
7 "currency_id": "USD",
8 "currency_name": "United States Dollar",
9 "cc_email": "sunil@gappify.com"
10 }
11]