API Overview

Follow

The Certify API is a RESTful API that allows you to build applications and integrations that push and pull data directly to and from Certify. Make calls directly to our API endpoints without having to login and access the data manually.

All production API requests are made to: https://api.certify.com/v1/

Use the API to push user, department, category, and custom lists, as well as pull expense report, expense line, receipt data, and invoices.

GET = allows you to see what records/values are loaded into Certify
POST = allows you to update and deactivate/deactivate existing records/values
PUT = allows you to add new records/values.
 
For example: to maintain a list of Jobs (i.e. /exprptglds), GET to see what is populated; POST to update existing job names or job codes or deactivate jobs that are no longer active; and PUT to add any new jobs available going forward.
 
/empglds: general ledger dimensions located in user records.
/exprptglds: the general ledger dimensions entered on expense reports.
 

api_update.png

Visit https://www.certify.com/APIDoc.aspx for more details, and contact Support for information about adding our API to your account. 

Was this article helpful?
0 out of 2 found this helpful
Have more questions? Submit a request