Skip to content

Instantly share code, notes, and snippets.

@rafinetiz
Last active July 19, 2024 16:14
Show Gist options
  • Save rafinetiz/0135e24326c0ff6c80c1872341ccc985 to your computer and use it in GitHub Desktop.
Save rafinetiz/0135e24326c0ff6c80c1872341ccc985 to your computer and use it in GitHub Desktop.
Go-Jek API Endpoint
# Scanned by rafinetiz at 10/10/2018 01:50..
API URL = https://api.gojekapi.com
METHOD ENDPOINT DESCRIPTION
PATCH /v3/customers/locale Ganti Bahasa
POST /gojek/v2/customer/edit/v2 Edit profile
GET /v1/active_sessions Get Active Session
GET /gojek/v2/customer Get current profile
DELETE /v3/auth/token Logout akun
PUT /v4/customers/device Update token
POST /v5/customers/phone/verify Verifikasi nomor handphone
POST /gojek/v2/verify_email Verifikasi email
POST /gojek/v2/customer/verificationUpdateProfile Verifikasi update profile
POST /otp/retry Kirim ulang kode otp
POST /v3/customers/login_with_email Login dengan email
POST /v4/customers/login_with_phone Login dengan nomor hp
POST /v4/customers/login/verify Ambil login_token
POST /v5/customers Daftar akun
GET /wallet/profile Melihat Balance GoPay
POST /gojek/v2/voucher/redeem Redeem voucher
GET /gopoints/v1/wallet/points-balance GoPoint balance
POST /gopoints/v1/redeem-points-token Redeem point token
POST /v2/wallet/withdrawal/request Withdraw request GoPay
PATCH /v2/wallet/kyc/confirm Konfirmasi KYC
GET /wallet/withdrawals/banks Get Bank List
GET /wallet/history History Transaction
GET /v2/movie/movies Get Movie List
GET /v3/movie/cinemas Get Cinema List
GET /v2/movie/schedule Get Movie Schedule
GET /v1/orders/{order_id}/purchase_status Get Current Purchase Status
GET /v1/events Search Event
GET /v1/voucher/validate Validasi kode voucher
# END_OF_FILE
@agambondan
Copy link

bang payloadnya untuk login apaan ya kalo boleh tau?

@rafinetiz
Copy link
Author

@agambondan untuk payload mungkin bisa nge-sniff sendiri, soalnya ini gist udah bertahun" lalu jadi kemungkinan udah outdated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment