Get a list of the authenticators configured for the tenant.
cURL
curl --request GET \ --url https://api.authsignal.com/v1/client/authenticators
[ { "authenticatorId": "authenticator_123", "isActive": true, "verificationMethod": "SMS", "smsChannel": "WHATSAPP" } ]
OK
The response is of type object[].
object[]
Was this page helpful?