API access to creating student plans associated to a business account
Note: If you are a student and want a Keeper account, contact your schools IT department, they will need to implement the below API to provision the Keeper account for you.
The primary use case enabled via this API is to provision "Keeper Unlimited" accounts for students within your organization.
Keeper offers enterprise customers APIs to provision Student plans. Keeper provides REST APIs that enable you to build custom applications and integration in provisioning Student plans.
Provision Student Plan API endpoint is for Universities to register "Keeper Unlimited" accounts for students within your university. The endpoint will create a 1 year license with the following Product/Add-ons:
Keeper Unlimited
BreachWatch
10GB File Storage
For the full list of Keeper Unlimited License features, visit the following page.
In order to access this API, contact your Keeper representative to request an API key, this will be securely shared in a Keeper record.
For more information on the required parameters, visit:
For more information on the response codes, visit:
If you wish to explore the APIs in another tool like postman or the swagger editor, download the associated YAML definition of the APIs below
For more information on exploring the API with swagger, visit:
If you need support or have additional questions on the usage of these APIs, please contact support or your sales representative.
Sample script using the API
Use the below sample so understand how you might implement this in your environment:
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