Agents
Overview
This endpoint allows users to create new leads in the system. It requires a GET
request to the specified URL with the necessary headers and payload.
HTTP Request
Method:
GET
URL:
https://secure.alterestate.com/api/v1/agents/
Headers
Obtaining AE Token
To get your Public AE API Token, navigate to your account in AlterEstate, go to Settings, and locate your Public API Token. This requires an administrator account.
Response
The API will respond with a JSON array containing all the agents in the company.
Note: Inactive agents won't show on this reponse.
200 OK: The request was successful, and the response contains the list of real estate projects.
404 Not Found: The requested resource or endpoint does not exist.
500 Internal Server Error: An error occurred on the server while processing the request.
Last updated