agentsdetail
Retrieve detailed UK property agent information by ID to access contact details, listings, and professional data for real estate transactions.
Instructions
Get detailed information of an agent by id
Query Parameters:
id (Required): The value of id field returned in .../agents/list endpoint
Responses:
200 (Success): Successful response
Content-Type:
application/json
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The value of id field returned in .../agents/list endpoint | 55447 |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"default": "55447",
"description": "The value of id field returned in .../agents/list endpoint",
"type": "number"
}
},
"required": [
"id"
],
"type": "object"
}