Get User By Third Party Activation Code

Get information about a user through an activation code. This function is only available through a JWT token.

curl --request POST \
  --url https://studio.edgeimpulse.com/v1/api/user/by-third-party-activation-code \
  --header 'content-type: application/json' \
  --header 'x-jwt-token: REPLACE_KEY_VALUE' \
  --data '{"activationCode":"string"}'

Last updated

Was this helpful?