Website

Purchase packet for an advert

Last update: 29.01.2024

Purchase packet for an advert

 

AUTHORIZATIONS: access_token
PATH PARAMETERS
advertId

required
string
REQUEST BODY SCHEMA: application/json
payment_method

required
string
Enum: "account" "postpaid"
is_premium
boolean

Type of the packet. Set true to choose premium packet.

Responses

 

204

Status 204

OLX Production Server

https://www.olx.ro/api/partner/adverts/{advertId}/packets
		POST
/adverts/{advertId}/packets

Request samples
Payload
Content type
application/json

{
"payment_method": "account",
"is_premium": true
}			
		
Copied to clipboard