- Change authentication options
Retrieve 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
Retrieve a reset password token
Delete a reset password token
Change authentication opt...
Changes customer authentication options.
Security
SecretApiKey or JWT
Authentication options resource.
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/authentication-options
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/authentication-options
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/authentication-options
- SecretApiKey
- JWT
curl -i -X PUT \
https://www.rebilly.com/_mock/catalog/all/authentication-options \
-H 'Content-Type: application/json' \
-H 'REB-APIKEY: YOUR_API_KEY_HERE' \
-d '{
"passwordPattern": "/^[0-9]+$/",
"credentialTtl": 0,
"authTokenTtl": 0,
"resetTokenTtl": 0,
"otpRequired": true
}'Authentication options updated.
Headers
Total number of rate limit tokens for this request within a rate limit period. For more information, see Rate limits.
Example:3600
Response
{ "passwordPattern": "/^[0-9]+$/", "credentialTtl": 0, "authTokenTtl": 0, "resetTokenTtl": 0, "otpRequired": true, "_links": [ { … } ] }