Skip to main content
GET
/
customer
/
{customerId}
/
user
/
{userId}
/
passwordResetToken
Password Reset Token
curl --request GET \
  --url https://api.masternautconnect.com/connect-webservices/services/public/v1/customer/{customerId}/user/{userId}/passwordResetToken \
  --header 'Authorization: Bearer <token>'
{
  "token": "<string>",
  "expiryTime": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

customerId
string
required
userId
string
required

Response

Password reset token successfully generated

token
string

Security token for password reset

expiryTime
string<date-time>

Token expiry time