Skip to main content

Get A Sentry Interactive User’s Public Key

warning

This endpoint is only available to users with Sentry Interactive issued auth tokens.

This endpoint allows the retrieval of a user's public key along with their ID. If user is not found, one is created for the specified USER_EMAIL.

HTTP Request

POST https://api.doordeck.com/share/invite/USER_EMAIL

Query Parameters

ParameterRequiredDescription
visitorfalseDefaults to false, set to true to direct the visitor to a purely web based experience.

Example

CURL
curl 'https://api.doordeck.com/share/invite/USER_EMAIL' \
-X POST \
-H 'authorization: Bearer TOKEN' \
-H 'content-type: application/json'
Remember
  • Replace TOKEN with your access token.
  • Replace USER_EMAIL with the user's email.