Developer
API untuk merchant
Ambil data order dan analitik tokomu secara programatik. Buat API key di halaman Autopilot pada dashboard.
Autentikasi
Kirim API key sebagai bearer token di setiap permintaan.
Authorization: Bearer tk_xxxxxxxx
Endpoint
GET https://techiro.app/api/v1/ordersread
Daftar 100 order terbaru milikmu.
GET https://techiro.app/api/v1/analyticsread
Ringkasan GMV, jumlah order, dan fee.
GET https://techiro.app/api/v1/productsread
Katalog produk tokomu.
POST https://techiro.app/api/v1/productswrite
Tambah atau perbarui produk katalog.
POST https://techiro.app/api/v1/orderswrite
Kirim order baru ke autopilot.
Contoh
curl https://techiro.app/api/v1/orders \ -H "Authorization: Bearer tk_xxxxxxxx"
Rahasiakan API key kamu. Kalau bocor, buat ulang di dashboard untuk mencabut yang lama.