Skip to content

Site endpoint

Daniel López Guimaraes edited this page Apr 30, 2023 · 8 revisions

Methods

  • POST site/check_email
  • POST site/reset_password
  • GET site/top_likes
  • POST site/register
  • GET site/top_scores
  • POST site/login

POST site/check_email

This method checks if the provided email address is registered on the server. If the email is not registered, the server returns a captcha for registration.

Parameters

Field Notes
e The email address to check.

Response

Type Field Notes
bool registered If the email address is registered on the server.
string capId Optional. The captcha ID to validate.
int capLen Optional. The number of characters the captcha has.
string capImg Optional. The base64-encoded PNG captcha to validate.