Appearance
AgencyHub API Endpoints
This page provides an overview of all available endpoints in the AgencyHub API. For detailed information on each endpoint, including request parameters and response formats, please click on the respective links.
Properties
Get Properties information through these endpoints:
- List All Properties -
GET /v1/properties
- Get a Single Property -
GET /v1/properties/{id}
Listings
Manage real estate listings through these endpoints:
- List All Listings -
GET /v1/listings
- Get a Single Listing -
GET /v1/listings/{id}
Suburbs
Get Suburbs information through these endpoints:
- List All Suburbs -
GET /v1/suburbs
- List All Postcodes -
GET /v1/suburbs/postcodes
- List All Regions -
GET /v1/suburbs/regions
- List All Area Names -
GET /v1/suburbs/areanames
Agents
Manage agent information with these endpoints:
- List All Agents -
GET /v1/agents
- Get a Single Agent -
GET /v1/agents/{id}
- Create an Agent -
POST /v1/agents
- Update an Agent -
PUT /v1/agents/{id}
- Delete an Agent -
DELETE /v1/agents/{id}
Accounts
Manage account information using these endpoints:
- List All Accounts -
GET /v1/accounts
- Get a Single Account -
GET /v1/accounts/{id}
- Create an Account -
POST /v1/accounts
- Update an Account -
PUT /v1/accounts/{id}
- Delete an Account -
DELETE /v1/accounts/{id}
For detailed information on authentication, request formats, and response handling, please refer to our Authentication Guide and Quick Start Guide.