Last active
August 29, 2015 14:13
-
-
Save NeilHanlon/095495e5ea8bef2e3f2f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
POST /ssls | |
params { domain: example.com, | |
email_address: [email protected], | |
billing_customerid: WHMCS user ID, | |
billing_serviceid: WHMCS service ID (i.e, hosting), | |
billing_addonid: WHMCS addon ID under above service ID } | |
returns { status, message, alphassl_orderid } | |
GET /ssls/{alphassl_orderid} | |
params { } | |
returns { status | |
message | |
domain | |
email_address | |
billing_customerid | |
billing_serviceid | |
billing_addonid | |
approved | |
expiration_date | |
ssl_certificate | |
ssl_cabundle | |
ssl_key } | |
POST /ssls/{alphassl_orderid}/resend_approval | |
params { } | |
returns { status | |
message | |
email_address } | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment