This article outlines a series of steps to do the following:
How to use the Pronto API Keys, and the list of supported modules.
Pre-requisites:
1. Tenant admin only can create API-key
2. Users can not view the data using API-key even though they have access using basic auth, only Administrators can.
List of Supported Modules:
-
Campaign
-
Account
-
Contact
-
Opportunity
-
Relationship
-
Note
-
Task
-
Lead
API’s that will work with API Key Authentication:
-
Pronto / Marketing / Lead
-
[POST] Marketing Lead: Create -
-
[PUT] Marketing Lead: Update Basic Details -
-
[PATCH] Marketing Lead: Save other Details -
-
[GET] Marketing Lead: Get List of leads-
-
[GET] Marketing Lead: Get Details-
-
[DEL] Delete Marketing Lead-
-
-
Pronto / Marketing / Campaign
-
[POST] Marketing Campaign: Create -
-
[GET] Marketing Campaign: Get Details -
-
[PUT] Marketing Campaign: Update Basic Details-
-
[PATCH] Marketing Campaign: Save Other Details -
-
[GET] Marketing Campaign: Get List of campaigns
-
[DEL] Delete Marketing Campaign
-
-
Pronto / accounts
-
[POST] create - account
-
[PATCH] update - account
-
[GET] detail - account
-
[GET] list - accounts
-
[DEL] delete - account
-
-
Pronto / Contact
-
[POST] create - contact
-
[PUT] update - contact
-
[PATCH] partial update - contact
-
[GET] details - contact
-
[DEL] delete - contact
-
[GET] list - contact
-
-
Pronto / relationship
-
[POST] create relationship - About - Step 1
-
[PUT] update relationship
-
[PATCH] update relationship partial
-
[GET] get relationship details
-
[GET] get relationship list
-
[DEL] Relationship
-
-
Pronto / note
-
[POST] create note
-
[PUT] update note
-
[GET] list notes
-
[GET] get note details
-
[DEL] delete note
-
Parameters to be added for GET API:
-
Authorization to be set as API KEY
2. api_key_email - Parameter should be added to all the GET API’s
Comments
0 comments
Please sign in to leave a comment.