-
Notifications
You must be signed in to change notification settings - Fork 13
Login
BitFlicker5000 edited this page Jun 28, 2018
·
5 revisions
DO NOT PUT YOUR Username and Password in a URL!!!!!! It Only goes in the request body so it's HTTPS protected!!!
string Login(string email, string Password)
- email type: string
- password type: string
- Requires JSON formatted Request Body
- Requires a valid email address as your username.
- HTTPS is required for this operation
- Max 100 executions per day (email [email protected] to have limit increased)
- Only send email / pw as post body, putting them in the URL will expose them.
- Parameter names are case sensitive
- URL: https://api.dmca.com/login
- Request Body: {"email":"[email protected]","password":"***************"}
- Failure Result: {"d":" ERROR: error logging in "}
More info available at https://www.dmca.com