Skip to content Kleinanzeigen Public API Gateway Documentation
GET
/v1/listings
curl --request GET \
--url https://developer.kleinanzeigen.de/api/goods/v1/listings \
--header 'HttpHeaders.AUTHORIZATION: eyJhbGciOiJIUzI1NiIsInR5...'

Retrieves all listings belonging to the authenticated user within the consumer goods category

HttpHeaders.AUTHORIZATION
required

Successfully returned user listings

Media type application/json
string
Example
[
{
"uuid": "dfe2ec14-56ec-40a1-9837-d777d850347b",
"category": "Spielzeug",
"title": "My Listing",
"description": "Description of my listing",
"attributes": {
"art": "actionfiguren",
"condition": "like_new",
"versand": "ja"
},
"adType": "OFFER",
"adPrice": {
"type": "FIXED",
"amount": 100
},
"userId": "11111111-k6gd-4113-b395-5459ec678ddd",
"email": "john@abc.com",
"phoneNumber": "123456789",
"customReference": "4345339",
"contactPerson": "John Doe",
"buyNow": false,
"urls": []
}
]