Resource group
Listings
Manage property listings in Covent. This surface covers listing creation, retrieval, updates, deletion, and core lifecycle data such as pricing, status, and property details.
Endpoint Reference
Open a specific endpoint to see SDK call examples, request parameters, and response details.
GET
View EndpointGet Listings
/api/v1/listingsRetrieve listings with optional filtering, sorting, and pagination.
POST
View EndpointCreate A New Listing
/api/v1/listingsCreate a new listing with pricing, property details, and initial status.
GET
View EndpointGet A Single Listing And Its Current Lifecycle State
/api/v1/listings/{id}Retrieve a single listing and its current lifecycle state.
PATCH
View EndpointUpdate Listing Fields
/api/v1/listings/{id}Update listing fields such as status, pricing, or property details.
DELETE
View EndpointDelete Or Archive A Listing From The External Api Surface. This Is Part Of The Proposed V1 Contract But Not Clearly Backed Yet
/api/v1/listings/{id}Delete or archive a listing from the external API surface. This is part of the proposed V1 contract but not clearly backed yet.