Skip to main content
GET
Get a real estate agent

Authorizations

Authorization
string
header
required

Token-based authentication with required prefix "Token"

Path Parameters

agent_id
string<uuid>
required

Response

Validate and serialize one reusable real-estate agent.

id
string<uuid>
required
read-only
created_at
string<date-time>
required
read-only

Datetime when the record was created.

updated_at
string<date-time>
required
read-only

Datetime when the record was last updated.

full_name
string
required
read-only

Return the normalized non-empty name parts separated by one space.

profile_photo
object
required

Serializer for ImageAsset with basic fields.

first_name
string
Maximum string length: 20
last_name
string
Maximum string length: 26
contact_number
string
Maximum string length: 30
contact_email
string<email>
Maximum string length: 40