- Retrieve authentication tokens
Retrieve authentication options
Change authentication options
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
Retrieve a reset password token
Delete a reset password token
Retrieve authentication t...
Retrieves a list of customer authentication tokens.
Security
SecretApiKey or JWT
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/authentication-tokens
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/authentication-tokens
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/authentication-tokens
- SecretApiKey
- JWT
curl -i -X GET \
'https://www.rebilly.com/_mock/catalog/all/authentication-tokens?limit=1000&offset=1000' \
-H 'REB-APIKEY: YOUR_API_KEY_HERE'List of auth tokens retrieved.
Array []
ID of the customer resource.
Example:"cus_0YV7DDSDD1C8DA64KHH2W33CPF"
Specifies if a One-Time Password (OTP) is required to exchange the authentication token.
ID of the user associated with the authentication token.
Example:"4f6cf35x-2c4y-483z-a0a9-158621f77a21"
Response
[ { "username": "string", "customerId": "cus_0YV7DDSDD1C8DA64KHH2W33CPF", "token": "string", "otpRequired": true, "credentialId": "4f6cf35x-2c4y-483z-a0a9-158621f77a21", "expiredTime": "2019-08-24T14:15:22Z", "_links": [ … ] } ]