Get category suggestions
Gets category suggestions for a given Ad title
AUTHORIZATIONS:> access_token
QUERY PARAMETERS
| q
required
|
string >= 3 characters
Ad title |
Responses
200
Status 200
RESPONSE SCHEMA: application/json
Array
| id |
integer
Category ID |
| name |
string
Category name |
|
Array of objects
Parent categories in ascending order |
OLX Production Server
https://www.olx.ro/api/partner/categories/suggestion
GET
/categories/suggestion
Response samples
200
Content type
application/json
[
{
"id": 451,
"name": "Pozostała elektronika",
"path": []
}
]
Copied to clipboard