Provision Student plans via API
API access to creating student plans associated to a business account
Overview
Capabilities of the API
API definition
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
Partner Transaction Id (external Id used by the partner as a reference)
First name of user
Last name of user
Email of user
Salted hash, hash = SHA256.hexdigest.bytesToHex(email + salt ), or command line example (echo -n "email+salt" | openssl dgst -sha256)
Keeper will provide the expected partner name along with the salt ("secret")
For Student API product type must be equal to 4.
OK
Keeper Order Number for reference
Link to send to the User to create the vault account with the email used in this API call
Bad Request
Unauthorized
Additional API Details
API Parameters
API ParametersAPI Response codes
API Response CodesAPI Explorer
API Explorer - SwaggerSample node.js script
Last updated
Was this helpful?

