Introduction
Lead’s API are REST based, accepts and returns JSON-encoded payloads, and uses standard HTTP response codes, authentication, and verbs.Authentication
Lead uses OAuth2 for Authentication. When we onboard your program, you will be setup with aclient_id and a client_secret. These credentials can be used to retrieve an access_token which you will use to authenticate further requests.
Steps
Get Access Token
Use your
client_id and client_secret to get an access_token with the Authentication API.
