- 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 GET \
https://www.rebilly.com/_mock/catalog/all/authentication-options \
-H 'REB-APIKEY: YOUR_API_KEY_HERE'Authentication options retrieved.
Response
{ "passwordPattern": "/^[0-9]+$/", "credentialTtl": 0, "authTokenTtl": 0, "resetTokenTtl": 0, "otpRequired": true, "_links": [ { … } ] }