Last updated 10 months ago
Was this helpful?
Activate the current user account (requires an activation code). This function is only available through a JWT token.
/api/user/activate
Activation or verification code (sent via email)
curl -L \ --request POST \ --url 'https://studio.edgeimpulse.com/v1/api/user/activate' \ --header 'x-api-key: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{"code":"text"}'
{ "success": true, "error": "text" }