Skip to content

CreateACAccount (Affiliate Child)

BitFlicker5000 edited this page Jun 28, 2018 · 4 revisions

Creates a new affiliate / child account and returns the new child account id

Syntax

string CreateACAccount(string Username, string Password, string FirstName, string LastName, string ClientEmail, string CompanyName, string AffiliateToken)

Parameters

  • Username type: string
  • Password type: string
  • FirstName type: string
  • LastName type: string
  • ClientEmail type: string
  • CompanyName type: string
  • AffiliateToken type: string

Remarks

  • Requires JSON formatted Request Body
  • Requires a valid & unique email address.
  • Confirmation email with login instructions & password will be sent to affiliate address for confirmation
  • HTTPS is required for this operation
  • Max 100 executions per day (email [email protected] to have limit increased)

HTTP Method: POST

Example:

Contact API support at DMCA.com [email protected]

Clone this wiki locally