For the complete documentation index, see llms.txt. This page is also available as Markdown.

API Parameters

Prerequisite

Prior to working with the API endpoints, your Keeper representative will provide you with the following:

  • Partner name

  • salt

You'll need this information to receive a successful response by the API endpoint.

API Parameters

Keeper Provision APIs require the following API Parameters to be passed to the API endpoint to get a successful request:

Parameter
Description

transaction_id (string)

Partner Transaction ID. This is a custom ID that you create for your reference. Example: "0001", "user1"

first_name (string)

User's first name

last_name (string) (optional)

User's last name

email (string)

User's email address This is the email that will receive the invitation email to create an account

hash (string)

This is the salted hash you generate by hashing the User's email and Salt key provided by Keeper with SHA-256: hash = SHA256.hexdigest.bytesToHex(email + salt )

partner_name (string)

The expected Partner Name is provided by your Keeper representative

Last updated

Was this helpful?