- Retrieve a reset password token
Retrieve authentication options
Change authentication options
Retrieve authentication tokens
Login a customer
Verify an authentication token
Logout a customer
Exchange an authentication token
Retrieve credentials
Create a credential
Retrieve a credential
Upsert a credential
Delete a credential
Retrieve tokens
Create a reset password token
Delete a reset password token
Retrieve a reset password...
Retrieves a reset password token with a specified ID.
Security
SecretApiKey or JWT
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/password-tokens/{id}
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/password-tokens/{id}
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/password-tokens/{id}
- SecretApiKey
- JWT
curl -i -X GET \
'https://www.rebilly.com/_mock/catalog/all/password-tokens/{id}' \
-H 'REB-APIKEY: YOUR_API_KEY_HERE'Reset password token retrieved.
Response
{ "token": "string", "username": "string", "credentialId": "string", "expiredTime": "2019-08-24T14:15:22Z", "_links": [ { … } ] }