Service SSL Create

From INAP Dropzone API
(Difference between revisions)
Jump to: navigation, search
(Created page with "SSL Create ==Path== */service/ssl/create ==Method== *POST ==Required Data Parameters== *POST parameters: *{$hostname}: The hostname you a...")
 
 
Line 37: Line 37:
 
}
 
}
 
</pre>
 
</pre>
 +
 +
This information is needed to buy your SSL ([[Service_SSL_Purchase]]).

Latest revision as of 17:43, 5 May 2017

SSL Create

Contents

Path

  • /service/ssl/create

Method

Required Data Parameters

  • {$hostname}: The hostname you are ordering the SSL for.
  • {$first}: The first name of the person attached to the SSL.
  • {$last}: The last name of the person attached to the SSL.
  • {$phone}: The phone number of the person attached to the SSL.
  • {$email}: The email you wish to associate the order of this SSL with.

Optional Data Parameters

  • None

Returned Data

application/json

{
  "success": "1",
  "data": {
    "id": "CEDX#########",
    "approvers": [
      "DOMAINADMIN@hostname.com",
      "admin@hostname.com",
      "administrator@hostname.com",
      "hostmaster@hostname.com",
      "postmaster@hostname.com",
      "webmaster@hostname.com",
    ]
  }
}

This information is needed to buy your SSL (Service_SSL_Purchase).

Personal tools