Get Horse
Horses
Get Horse
Get a single horse listing by ID with detailed information and latest vet record
GET
Get Horse
Authentication
Optional - Public endpoint, authentication may provide additional featuresPath Parameters
string
required
Horse unique identifier (MongoDB ObjectId)
Behavior
- Automatically increments view count
- Returns only active listings
- Includes populated seller information
- Returns latest validated vet record if available
Response
boolean
Indicates if the request was successful
object
Horse listing details
string
Horse unique identifier
object
string
Horse name
number
Horse age in years (0-40)
string
Horse breed
string
Primary discipline
string
Pedigree information
object
number
Listing price (minimum: 0)
string
Currency code: USD, EUR, ARS, BRL, MXN
array
array
string
Listing status: active, sold, paused, draft
number
Number of views (incremented on each request)
string
Creation timestamp
string
Last update timestamp
object

