API経由での学生プランの提供
ビジネスアカウントに関連した無料の学生プランを作成するためのAPIアクセス
概要
APIの機能
API 定義
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
クエリパラメータ
transaction_idstring · 最小: 1必須
Partner Transaction Id (external Id used by the partner as a reference)
first_namestring · 最小: 1必須
First name of user
last_namestring · 最小: 1オプション
Last name of user
emailstring · 最小: 1必須
Email of user
hashstring · 最小: 1必須
Salted hash, hash = SHA256.hexdigest.bytesToHex(email + salt )
partner_namestring · 最小: 1必須
Keeper will provide the expected partner name along with the salt ("secret")
product_typeinteger · 最小: 4必須
For Student API product type must be equal to 4.
レスポンス
200
OK
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
get
/create-license追加API詳細
APIパラメータAPIレスポンスコード
APIレスポンスコードAPI エクスプローラ
APIエクスプローラ - Swaggerサンプルnode.js スクリプト
最終更新