First, navigate to our Custom API screen:
Then click create a new API Key and give it a name:
Next, provide the API Key and the information below to your web developer to complete the connection:
REQUEST METHOD : POST
In Header, Key - ZAPHEADERAPIKEY, Value - API key generated in Custom API section
Sample Json body as follows,
{
"Buyer_first_name":"Rajesh",
"Buyer_last_name":"S",
"Email":"rajeshsankar.k@technogemsinc.com",
"Phone":"123789456",
"Source":"Not Specified",
"Program_interest":"Not Specified",
"Participant_first_name":"Jeeva",
"Participant_last_name":"R",
"Campaign":"Yes"
}