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

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

Syntax

public string LoginCTL(string Username, string Password)

Parameters

  • UserName type: string
  • Password type: string

Remarks

  • Requires JSON formatted Request Body
  • Requests should be made with the following request headers - Content-type: application/json; charset=utf-8
  • Requires a valid email address as your username.
  • HTTPS is required for this operation
  • Max 100 executions per day (email devops@dmca.com to have limit increased)

HTTP Method: POST

Example:

Contact API support at DMCA.com api@dmca.com

Clone this wiki locally