Skip to main content
Public API · v1

ProspectConnect Developers

The whitelabel-neutral public API for the CRM platform

https://papi.trendev.in/v1

or read the overview

Your first call

Every request is a JSON call with a bearer token and a Version header. Here's a page of contacts:

curl -X POST https://papi.trendev.in/v1/contacts/search \
-H "Authorization: Bearer $PROSPECTCONNECT_TOKEN" \
-H "Version: v1" \
-H "Content-Type: application/json" \
-d '{ "limit": 2 }'