- Retrieve tokens
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
Create a reset password token
Retrieve a reset password token
Delete a reset password token
Retrieve tokens
Retrieves a list of reset password tokens.
Security
SecretApiKey or JWT
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/password-tokens
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/password-tokens
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/password-tokens
- SecretApiKey
- JWT
curl -i -X GET \
'https://www.rebilly.com/_mock/catalog/all/password-tokens?limit=1000&offset=1000' \
-H 'REB-APIKEY: YOUR_API_KEY_HERE'Response
[ { "token": "string", "username": "string", "credentialId": "string", "expiredTime": "2019-08-24T14:15:22Z", "_links": [ … ] } ]