api-docs-mirror/amino/docs.md
2020-01-21 17:06:35 -05:00

1.5 KiB

GET /api/v1/g/s/auid/ GET an AUID for this device

query strings

name description required
deviceId Same as NDCDEVICEID True

request_headers

name description required
NDCDEVICEID The device id generated by the app. See True
NDC-MSG-SIG Message signature (?) generated by the app False
SMDEVICEID I don't know, seems to be a non-string hex number False
POST /api/v1/g/s/device/ POST a device configuration

request_headers

name description required
NDCDEVICEID The device id generated by the app. See True
NDC-MSG-SIG Message signature (?) generated by the app False
SMDEVICEID I don't know, seems to be a non-string hex number False
{
    "deviceID": "...                        <device id generated by the app>",
    "bundleID": "com.narvii.amino.master    <android app package?>",
    "clientType": "100                      <always 100>",
    "timezone": "-300                       <timezone number code>",
    "systemPushEnabled": "true              <true by default on new install>",
    "locale": "en_US                        <locale string>",
    "deviceToken": "...                     <device token generated by the app>",
    "deviceTokenType": "1                   <always 1?>",
    "timestamp": "1579580530965             <request time in ms>"
}

responses

  • 200 - Device configured Device configured

The device config was accepted