Get active paid features
AUTHORIZATIONS: access_token
PATH PARAMETERS
| advertId
required
|
integer
Advert ID |
Responses
200
Status 200
OLX Production Server
https://www.olx.ro/api/partner/adverts/{advertId}/paid-features
GET
/adverts/{advertId}/paid-features
Response samples
200
Content type
application/json
[
{
"code": "promoted_ad_7",
"type": "topads",
"duration": 7,
"name": "Wyróżnienie ogłoszenia na 7 dni",
"valid_to": "2018-02-05 12:12:12"
}
]
Copied to clipboard