---
title: "Reset the password of an existing token."
method: POST
path: "/marketing/transactional/2026-03/smtp-tokens/{tokenId}/password-reset"
tags: ["SMTP Tokens"]
---

# Reset the password of an existing token.

`POST /marketing/transactional/2026-03/smtp-tokens/{tokenId}/password-reset`

Allows the creation of a replacement password for a given token. Once the password is successfully reset, the old password for the token will be invalid.

## Path parameters

- `tokenId` string, required

## Response `200`

successful operation

- MarketingTransactionalSmtpApiTokenView
  - `campaignName` string, required — A name for the campaign tied to the token.
  - `createContact` boolean, required — Indicates whether a contact should be created for email recipients.
  - `createdAt` string, date-time, required — Timestamp generated when a token is created.
  - `createdBy` string, required — Email address of the user that sent the token creation request.
  - `emailCampaignId` string, required — Identifier assigned to the campaign provided in the token creation request.
  - `id` string, required — User name to log into the HubSpot SMTP server.
  - `password` string — Password used to log into the HubSpot SMTP server.

## Other responses

- `default` — An error occurred.

---

[API](https://skmtc.net/hubspot/apis/hubspot-api-specification.md) · [All operations](https://skmtc.net/hubspot/apis/hubspot-api-specification/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hubspot/hubspot-api-specification/revisions/f9c7181056c5/schema)
