- Verify an authentication token
Retrieve authentication options
Change authentication options
Retrieve authentication tokens
Login a customer
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
Verify an authentication...
Verifies a customer's authentication token.
Security
SecretApiKey or JWT or PublishableApiKey
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/authentication-tokens/{token}
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/authentication-tokens/{token}
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/authentication-tokens/{token}
- SecretApiKey
- JWT
- PublishableApiKey
curl -i -X GET \
'https://www.rebilly.com/_mock/catalog/all/authentication-tokens/{token}' \
-H 'REB-APIKEY: YOUR_API_KEY_HERE'Authentication token verified.
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": [ { … } ] }