Service SSL Create

From INAP Dropzone API
Revision as of 17:43, 5 May 2017 by Tedens (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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