API access to creating free family plans associated to a business account
Keeper offers enterprise customers APIs to provision Family plans. Keeper provides REST APIs that enable you to build custom applications and integration in provisioning Family plans.
Provision Family Plan API endpoint is for enterprise accounts & MSP partners to register Keeper Family licenses. This endpoint will create a 1 year license with the following Product/Add-ons:
Keeper Family
BreachWatch (Dark Web Monitoring)
10GB File Storage
For the full list of Keeper Family License features, visit the following page.
In order to access this API, contact your support representative to request an API key, this will be shared in a Keeper record.
This is an API endpoint for partners to register Keeper Family licenses.This endpoint will create a 1 year license with the following Product/Add-ons -- Keeper Family,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 )
Keeper will provide the expected partner name along with the salt ("secret")
For more information on the required parameters, visit:
API ParametersFor more information on the response codes, visit:
API Response CodesIf 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:
API Explorer - SwaggerUse the below sample so understand how you might implement this in your environment: