-
Notifications
You must be signed in to change notification settings - Fork 0
Site endpoint
Daniel López Guimaraes edited this page Apr 30, 2023
·
8 revisions
http://app.pou.me/ajax/site endpoints
- POST site/check_email
- POST site/reset_password
- GET site/top_likes
- POST site/register
- GET site/top_scores
- POST site/login
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.
Field | Notes |
---|---|
e | The email address to check. |
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. |