GET
/
authenticators
curl --request GET \
  --url https://api.authsignal.com/v1/client/authenticators
[
  {
    "authenticatorId": "authenticator_123",
    "isActive": true,
    "verificationMethod": "SMS",
    "smsChannel": "WHATSAPP"
  }
]

Response

200
application/json
OK

The response is of type object[].