Skip to content
BitFlicker5000 edited this page Jun 28, 2018 · 5 revisions

Logs you in and returns a token to be used on API requests

DO NOT PUT YOUR Username and Password in a URL!!!!!! It Only goes in the request body so it's HTTPS protected!!!

Syntax

string Login(string email, string Password)

Parameters

  • email type: string
  • password type: string

Remarks

  • 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 api@dmca.com to have limit increased)
  • Only send email / pw as post body, putting them in the URL will expose them.
  • Parameter names are case sensitive

HTTP Method: POST

Example: