Skip to main content

Activate account

GET 

/truckers/auth/activate/:token

Activate the carrier account using the activation token received via email.

Flow:

  1. Validate the activation token
  2. Mark the account as active and verify the email
  3. Delete the activation token
  4. Send confirmation email

The token is valid for 24 hours from its generation.

Common errors:

  • INVALID_TOKEN: Token is invalid or expired (400)
  • USER_NOT_FOUND: No user associated with the token (404)

Request

Responses

Account successfully activated

Response Headers