Provision Family plans via API
API access to creating free family plans associated to a business account
Overview
Capabilities of the API
API definition
get
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
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 )
partner_namestring · min: 1Required
Keeper will provide the expected partner name along with the salt ("secret")
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?

