Get billing
AUTHORIZATIONS: access_token
QUERY PARAMETERS
| page |
integer
Page number, starts from 1 |
| limit |
integer
Number of results per page |
Responses
200
Status 200
RESPONSE SCHEMA: application/json
object
OLX Production Server
https://www.olx.ro/api/partner/users/me/billing
GET
/users/me/billing
Response samples
200
Content type
application/json
[
{
"id": 56,
"name": "Pakiet 10 ogłoszeń",
"date": "2018-04-09 13:08:27",
"price": -430.5,
"advert_id": 1234567
}
]
Copied to clipboard