API ReferenceAuthentication API

Upgrade guest to permanent account

Converts a guest user account to a permanent account with email/password credentials. Guest flag is removed and user gains full access.

POST
/auth/upgrade
Authorization<token>

Type "Bearer" followed by a space and JWT token.

In: header

Upgrade request with email and password

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://loading/auth/upgrade" \  -H "Content-Type: application/json" \  -d '{}'
{}
{
  "code": "string",
  "error": "string",
  "message": "string",
  "request_id": "string"
}
{
  "code": "string",
  "error": "string",
  "message": "string",
  "request_id": "string"
}
{
  "code": "string",
  "error": "string",
  "message": "string",
  "request_id": "string"
}