Provision Student plans via API
API access to creating student plans associated to a business account
Overview
Capabilities of the API
API definition
get
This is an API endpoint for partner to register Keeper Unlimited licenses.This endpoint will create a 1 year license with the following Product/Add-ons -- Keeper Unlimited,BreachWatch, 10GB File Storage
Query parameters
transaction_idstring · min: 1Required
Partner Transaction Id (external Id used by the partner as a reference)
first_namestring · min: 1Required
First name of user
last_namestring · min: 1Optional
Last name of user
emailstring · min: 1Required
Email of user
hashstring · min: 1Required
Salted hash, hash = SHA256.hexdigest.bytesToHex(email + salt ), or command line example (echo -n "email+salt" | openssl dgst -sha256)
partner_namestring · min: 1Required
Keeper will provide the expected partner name along with the salt ("secret")
product_typeinteger · min: 4Required
For Student API product type must be equal to 4.
Responses
200
OK
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
get
/create-licenseAdditional API Details
API Parameters
API ParametersAPI Response codes
API Response CodesAPI Explorer
API Explorer - SwaggerSample node.js script
Last updated
Was this helpful?

