
API Documentation
Authentication URL: https://rapindexv5.azurewebsites.net/api/zapier/authenticate/

Request Body / JSON:
{
"username":"[username]",
"password":"[password]"
}
Request Response / JSON:
{
"token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1bmlxdWVfbmFtZSI6InJhcGluZGV4X3VzZXIiLCJyb2xlIjoiYWRtaW5pc3RyYXRvciIsImp0aSI6InJAcGluZGV4IVphcDI0IiwibmJmIjoxNzI3Mzc5MjU1LCJleHAiOjEiXXDD52HUNfe9VcKl_xrgVQaMWGG38eVGl8"
}
Authentication Test Request URL: https://rapindexv5.azurewebsites.net/api/zapier/getvalues/

Request Response / JSON:
{
"method": "getvalues",
"response": "connection OK"
}
REST Hook Subscribe URL: https://rapindexv5.azurewebsites.net/api/v24/rapindex/zapsubscribe/

Request Body / JSON:
{
"username":"[username]",
"password":"[password]"
“hookurl”: “[hookurl]”
}
Request Response / JSON:
{
"id": XXDD52HUNfe9VcKl_xrgVQaMWGG38eVGl8"
}
REST Hook Unsubscribe URL: https://rapindexv5.azurewebsites.net/api/v24/rapindex/zapunsubscribe/

Request Body / JSON:
{
"username":"[username]", "password":"[password]"
“id”: “[id]”
}
Rest Hook Perform List URL: https://rapindexv5.azurewebsites.net/api/v24/stakeholders/fakedata/



Response Body/JSON:
{
"stakeholderID": “3072344”,
"first_name": "hugh w.",
"last_name": "jackson",
"fullname": "hugh jackson",
"uniqueID": "",
"email_address": "jacksonh@mail.com",
"phone_number": "",
"address": "244 Adley Way",
"city": "CHARLESTON",
"state": "SC",
"zip": "29406",
"country": "",
"numRelationships": 0,
"portalID": 162,
"response_begin": "2023-08-01T06:50:30-0500",
"response_end": "2023-08-01T06:50:30-0500",
"response_status": "COMPLETED",
"groups": " Unassigned",
"prefix": "",
"middle_name": "",
"suffix": "",
"nickname": "",
"title": "",
"organization": "",
"mobile_phone_number": "",
"category": "Unassigned",
"IndR": 0,
"IndA": 0,
"IndP": 0,
"IndRAP": 0,
"id": null,
"surveyName": "SURVEY TITLE",
"surveyStatus": "DRAFT"
}