Skip to main content

Creating Portal Leads

danger

Successful requests will count towards your usage and may incur charges. It will also send out any notifications you have set up.

curl -X POST `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}' \
-d $'{
"type": "Lettings Viewing",
"data": {
"email": "fred.bloggs@example.org",
"name": "Fred Bloggs",
"phone_number": "07700 900077",
"property_address": "123 test street"
}
}'
Live Editor
Result
Loading...