Skip to content

Register

BitFlicker5000 edited this page Jul 18, 2018 · 5 revisions

Registers a new dmca.com user and returns JSON string of badge embed codes

Syntax

string Register(string FirstName, string LastName, string Email, string CompanyName)

Parameters

  • FirstName type: string
  • LastName type: string
  • Email type: string
  • CompanyName type: string
  • mpi (optional param for main product interest )

Remarks

  • Requires JSON formatted Request Body
  • Requires a valid & unique email address.
  • Confirmation email with login instructions & password will be sent to addressee
  • HTTPS is required for this operation
  • Max 100 executions per day (email api@dmca.com to have limit increased)
  • Parameter names are case sensitive

HTTP Method: POST

Example:

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

Clone this wiki locally