Skip to main content

Viewing Office Lead Data

Portal Leads

Office Portal Leads are all the leads that have come from sources such as Rightmove, Zoopla, and On The Market.

curl `https://api.agentresponse.app/api/v1/offices/{YOUR_OFFICE_ID}/portal-leads` \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer {YOUR_API_KEY}'
Live Editor
Result
Loading...

Form Responses

Form Responses are all the leads that have come from your forms.

curl `https://api.agentresponse.app/api/v1/offices/{YOUR_OFFICE_ID}/form-responses` \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer {YOUR_API_KEY}'
Live Editor
Result
Loading...

Phone Leads

This API endpoint gives you details on the phone calls that have been made to all of your team's phone numbers.

curl `https://api.agentresponse.app/api/v1/offices/{YOUR_OFFICE_ID}/phone-leads` \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer {YOUR_API_KEY}'
Live Editor
Result
Loading...