Get advert
AUTHORIZATIONS: access_token
PATH PARAMETERS
| advertId
required
|
integer
|
Responses
200
Status 200
RESPONSE SCHEMA: application/json
|
object (Advert)
|
OLX Production Server
https://www.olx.ro/api/partner/adverts/{advertId}
GET
/adverts/{advertId}
Response samples
200
Content type
application/json
{
"data": {
"id": 123,
"status": "active",
"url": "https://www.olx.ro/oferta/url.html",
"created_at": "2018-02-02 09:35:16",
"activated_at": "2018-02-02 09:32:52",
"valid_to": "2018-03-04 09:32:52",
"title": "This is title",
"description": "This is description",
"category_id": 123,
"advertiser_type": "private",
"external_id": 12345,
"external_url": "http://myshop.com/advert/123",
"contact": {},
"images": [],
"price": {},
"salary": null,
"attributes": [],
"courier": null
}
}
Copied to clipboard