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