The token to retrieve the next page of results. This token is returned in the response of this endpoint when the number of listings exceeds the page size. To retrieve the first page of results, do not include this parameter in the request.
Retrieves all listings for a customer.
Retrieve all listings for a customer. To fetch nextPage, use the GET /listings?nextPageToken={token} in this endpoint. To retrieve a specific listing, use the GET /listings/{externalListingId} endpoint.
Query Parameters
Response
application/json; charset=utf-8
Response
Successful retrieval of listings.
The external listing IDs returned in this page of results.
Token to retrieve the next page of results. Omitted or null if there are no more pages.
Authentication
Query Parameters
Retrieve an existing listing
Retrieves a listing
Path Parameters
The Unique Identifier of the listing. Can be:
- Your own offererEstateId that was used when creating a listing
Example:2592IWF02EC6
Response
application/json; charset=utf-8
Response
Accepted
listingResponse
Listing
Show Child Parameters
Authentication
Path Parameters
Update an existing listing
Updates a listing
Path Parameters
The Unique Identifier of the listing. Can be:
- Your own offererEstateId that was used when creating a listing
Example:2592IWF02EC6
Body
application/json; charset=utf-8
Body
apiRequest
Request wrapper for Data
Show Child Parameters
metadatas associated to listing in Aviv system
Show Child Parameters
Show Child Parameters
Show Child Parameters
Response
application/json; charset=utf-8
Response
Accepted
The unique identifier for this update request
Example:0196106c-409b-7fg4-a317-db7393a36b77
The Immowelt ID for the listing
Example:a1b2c3d4-e5f6-4789-b0a1-c2d3e4f5a6b7
Your own offererEstateId that was used when creating the listing
Example:offererEstateId123
Show Child Parameters
Authentication
Path Parameters
Body
Delete an existing listing
Deletes a listing
Path Parameters
The Unique Identifier of the listing. Can be:
- Your own offererEstateId that was used when creating a listing
Example:2592IW-F02EC6
Response
application/json; charset=utf-8
Response
Accepted
The unique identifier for this delete request
Example:0196106c-409b-7fg4-a317-db7393a36b77
The Immowelt ID for the listing
Example:a1b2c3d4-e5f6-4789-b0a1-c2d3e4f5a6b7
Your own offererEstateId that was used when creating the listing
Example:offererEstateId123
Authentication
Path Parameters
Media
Request presigned URLs to upload media files.