Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.leuwongrr.online/llms.txt

Use this file to discover all available pages before exploring further.

User API Access

Member dapat membuat API token dari halaman:
https://leuwongrr.online/user/api-access

Endpoint user

GET /api/v1/me
GET /api/v1/me/orders
GET /api/v1/me/orders/{invoice}
GET /api/v1/me/invoices/{invoice}
GET /api/v1/me/invoices/{invoice}/status

Contoh request

curl -H "Authorization: Bearer USER_API_TOKEN" \
  https://leuwongrr.online/api/v1/me

Keamanan

Jika user mencoba membaca invoice milik user lain, API akan mengembalikan data tidak ditemukan.