API Reference
Last updated
Last updated
POST
https://ev.apis.paypi.dev/sendCode
This request send's a code to the given email address, which should be returned to check it is correct.
All emails are sent from emailverify@paypi.dev
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
POST
https://ev.apis.paypi.dev/checkCode
Checks the user's emailed code is valid.
If this returns success=true
, you can safely assume the user you are interacting with is the owner of that email address.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Authorization*
string
PayPI subscriber secret in Bearer <token>
format
email*
string
The email address to send the verification code to
Authorization*
string
PayPI subscriber secret in Bearer <token>
format
email*
string
The email address to check the code against
code*
string
The 6 digit code given by the user.