Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

Care Religare Campaign: Angel One

Guide you to record lead in this campaign that using json format

 URL
Uat : https://care-religarehealthinsurance.com/record/camp/t/angel-
one
Prod : https://care-religarehealthinsurance.com/record/production/angel-
one

 Method:
POST

 Headers
Content-Type application/json
CARELIGARE-API-KEY n2R5nBYwaESZlUHGSEWKWhOxHEvRgVAT5Frevf

 Data Params
Name Status Note
campaign_code required String. Provided by Care Religare
name required String
mobile required String. Max. 10 digits
email required String
age required Numeric
city required String
utm_medium not required String. Default is null
utm_source not required String. Default is Tomorrowmakers
ip not required String
browser not required String

 Sample Request

curl --location --request POST '{{BASE_URL}}record/camp/t/angel-


one\
--header 'Content-Type: application/json'\
--header 'CARELIGARE-API-KEY: n2R5nBYwaESZlUHGSEWKWhOxHEvRgVAT5Frevf'\
--data-raw ''
 Success Response

\"Valid Lead\",\"Channel\":\"dracorporate\",\"CreatedOn\":null,\"CTALink\":\"https://itrade.angelone.in/ClientInfo/AngelB

 Error Response
Code: 404 Content:
{
"status": false,
"message": "Campaign code is not registered."
}

You might also like