Creates a reset password token.
Reset password token created.
Location | string <uri> Location of the related resource. Example: "https://api.rebilly.com/example" |
Unauthorized access. Invalid credentials used.
Access forbidden.
Invalid data sent.
{- "username": "string",
- "expiredTime": "2019-08-24T14:15:22Z"
}
{- "token": "string",
- "username": "string",
- "credentialId": "string",
- "expiredTime": "2019-08-24T14:15:22Z",
- "_links": [
- {
- "href": "string",
- "rel": "self"
}
]
}