cURL
curl --request GET \ --url https://api.seminode.com/v1/me/listings/cleanse \ --header 'Authorization: <api-key>'
{}
Fetches a paginated slice of listing content previously uploaded and stored under a batch ID.
Format: "Bearer <access_token>"
Batch ID used to identify uploaded file
Pagination index for slice of results
Paginated listings content from cache
The response is of type object.
object
Was this page helpful?