Frappe Content licensed CC-BY-SA 3.0
English
Go to website
Back
Articles on:
OneCRM | Developer
Frappe Framework
Connect with OneHash via Rest APIs
REST API OneHash generates REST API for all of your DocTypes out of the box and can be used to seemless integration with other systems. Authentication There are two ways to authenticate through REST API. Token based authentication and password based authentication. 1. Token Based Authentication A token is a pair of API Key and API Secret. First, you must create an API User and then generate the keys in the API Access section in the User form.
Popular