curl --request POST \
--url https://studio.edgeimpulse.com/v1/api/user/request-activation \
--header 'x-api-key: <api-key>'
{
"success": true,
"error": "<string>"
}
Request a new activation code for the current user. This function is only available through a JWT token.
curl --request POST \
--url https://studio.edgeimpulse.com/v1/api/user/request-activation \
--header 'x-api-key: <api-key>'
{
"success": true,
"error": "<string>"
}
OK
The response is of type object
.