Reset the password of an existing token.
POST {{baseUrl}}/marketing/v3/transactional/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.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"campaignName":"\u003cstring\u003e","createContact":"\u003cboolean\u003e","createdAt":"\u003cdateTime\u003e","createdBy":"\u003cstring\u003e","emailCampaignId":"\u003cstring\u003e","id":"\u003cstring\u003e","password":"\u003cstring\u003e"}