Skip to main content
POST
https://leuwongrr.online
/
api
/
v1
/
me
/
orders
Create own order
curl --request POST \
  --url https://leuwongrr.online/api/v1/me/orders \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "order_type": "gamepass",
  "roblox_username": "LeuwongUser",
  "place_id": 123456789,
  "roblox_pass_id": 987654321
}
'
{
  "success": true,
  "message": "OK",
  "data": {}
}

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.

Authorizations

Authorization
string
header
default:YOUR_USER_API_TOKEN
required

Masukkan User API Token dari halaman https://leuwongrr.online/user/api-access. Gunakan tanpa prefix Bearer jika field playground sudah otomatis menambahkan Bearer.

Headers

Idempotency-Key
string

Kunci unik dari bot/client untuk mencegah double order saat request terulang. Gunakan nilai unik per order.

Example:

"discord-123456789-order-001"

Body

application/json
order_type
enum<string>
required
Available options:
gamepass,
vip_server
Example:

"gamepass"

roblox_username
string
required
Example:

"LeuwongUser"

place_id
integer
required
Example:

123456789

roblox_pass_id
integer
required
Example:

987654321

payment_method
string

Gunakan invoice untuk testing aman. Bisa memakai kode metode pembayaran gateway yang aktif jika tersedia.

Example:

"invoice"

client_reference
string

Referensi opsional dari bot/client kamu.

Example:

"discord-order-001"

Response

Order yang sama ditemukan dari Idempotency-Key

success
boolean
required
Example:

true

message
string
required
Example:

"OK"

data
object
required