Account
Validate password complexity, WIP
This endpoint hasn't been researched yet
POST /v3/users/password-validationRegister FCM push token, WIP
This endpoint hasn't been researched yet
POST /v3/gcm-push-tokensUpdate password, WIP
This endpoint hasn't been researched yet
POST /v3/users/update-passwordUpdate account email, WIP
This endpoint hasn't been researched yet
POST /v3/users/emailResponse:
profileId— string with numbers, account's IDsessionId— Session IDauthToken— string, Auth token for session refresh
Update password via phone, WIP
This endpoint hasn't been researched yet
POST /v4/sms/users/update-passwordCreate third party account, WIP
This endpoint hasn't been researched yet
POST /v7/users/thirdpartyForgot password, WIP
This endpoint hasn't been researched yet
POST /v3/users/forgot-passwordExchange Google access token, WIP
This endpoint hasn't been researched yet
POST /v3/users/thirdparty/exchangeCreate phone session, WIP
This endpoint hasn't been researched yet
POST /v4/sms/sessionsResponse:
profileId— string with numbers, account's IDsessionId— Session IDauthToken— string, Auth token for session refresh
Get preferences
Requires Authorization.
GET /v3/me/prefs/settingsResponse:
profileId— integerlocationSearchOptOut— booleanincognito— booleanhideViewedMe— booleanapproximateDistance— booleanviewRightNowNsfw— boolean
Set preferences
Requires Authorization.
PUT /v3/me/prefs/settingsBody:
locationSearchOptOut— booleanincognito— booleanhideViewedMe— booleanapproximateDistance— booleanviewRightNowNsfw— boolean
Response:
Empty.
Get visiting settings
Requires Authorization.
GET /v1/visiting/settingsResponse:
setting— string,"AUTO", WIP
Set visiting settings
Requires Authorization.
PUT /v1/visiting/settingsBody:
setting— string,"AUTO", WIP
Response:
Empty.
Get home location
Requires Authorization.
GET /v1/visiting/homeResponse:
name— human-readable name of locationlat— floatlon— float
Set home location
Requires Authorization.
PUT /v1/visiting/homeBody:
lat— floatlon— float
Response:
name— human-readable name of locationlat— floatlon— float
AccountPreferences
profileId— integerlocationSearchOptOut— booleanincognito— booleanhideViewedMe— booleanapproximateDistance— booleanviewRightNowNsfw— boolean
AccountPreferencesUpdate
locationSearchOptOut— booleanincognito— booleanhideViewedMe— booleanapproximateDistance— booleanviewRightNowNsfw— boolean
VisitingSettings
setting— string,"AUTO", WIP
HomeLocation
name— human-readable name of locationlat— floatlon— float
HomeLocationMutation
lat— floatlon— float