forked from shihaam/thijooree
update docs
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
# Fahipay API Documentation
|
||||
|
||||
Reverse-engineered from traffic captures of the Fahipay Android WebView app (`fahipay.mv`).
|
||||
Reverse-engineered from traffic captures of the Fahipay Android WebView app (`mv.fahipay`).
|
||||
|
||||
[Play Store](https://play.google.com/store/apps/details?id=mv.fahipay)
|
||||
|
||||
---
|
||||
|
||||
@@ -41,7 +43,7 @@ Content-Type: multipart/form-data; boundary=<boundary>
|
||||
accept: application/json
|
||||
accept-encoding: gzip, deflate, br
|
||||
connection: keep-alive
|
||||
user-agent: Mozilla/5.0 (Linux; Android 14; 22101320I Build/AP2A.240905.003; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/129.0.6668.70 Mobile Safari/537.36
|
||||
user-agent: Mozilla/5.0 (Linux; Android {version}; {model} Build/AP2A.240905.003; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/129.0.6668.70 Mobile Safari/537.36
|
||||
```
|
||||
|
||||
### Authenticated data endpoints
|
||||
@@ -64,8 +66,8 @@ All login and OTP requests include a standard set of device fields:
|
||||
| `device[available]` | `true` | Always `true` |
|
||||
| `device[platform]` | `Android` | Always `Android` |
|
||||
| `device[uuid]` | `a1b2c3d4e5f60718` | 16 hex chars, generated once per install, persisted |
|
||||
| `device[model]` | `22101320I` | Device model string |
|
||||
| `device[manufacturer]` | `Xiaomi` | Device manufacturer |
|
||||
| `device[model]` | `{model}` | Device model string |
|
||||
| `device[manufacturer]` | `{manufacturer}` | Device manufacturer |
|
||||
| `device[isVirtual]` | `false` | Always `false` |
|
||||
| `device[serial]` | `unknown` | Always `unknown` |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user