Bukalapak API Forked from orihalcum
Notes: URI changed from /v1 to /v2.
Some of resources and url require authentication.
Authentication uses user_id
and token
which can be obtained in two ways.
- By API call to Authentication for Bukalapak API.
You need to specify
username
oremail
andpassword
of your Bukalapak account. - By manually visiting API Secret Page at Bukalapak.
- Authentication for Bukalapak API
- Bukalapak Products API
- Bukalapak Product Category API
- Bukalapak Image API
- Bukalapak Transaction API
- Bukalapak BukaDompet API
- Bukalapak Negotiation API
- Bukalapak Message API
- Bukalapak User API
- We provide logging to store your API request parameters. Find it in API Secret Page
- Tips: turn on
verbose
flag to inspect response from server, i.e.curl -v https://api.bukalapak.com/v2/object.json