Skip to content

RegisterNewAccount (XML)

BitFlicker5000 edited this page Jun 28, 2018 · 3 revisions

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

Syntax

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

Parameters

  • FirstName type: string
  • LastName type: string
  • Email type: string
  • CompanyName 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 & 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)

HTTP Method: POST

Example:

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

Clone this wiki locally