Get authenticators API

https://api.alert.alertinghub.co.uk/api/json/getauths

This API simply returns details on all the authenticators currently being tracked by Alerting Hub for your API key.

JSON sample

{
    "version": "latest",
    "apiKey": "abcdefghijklmnopqrstuvwxyz" 
}

API parameters

ParameterRequirementDefaultDescription
versionMandatoryNoneSee API guide
apiKeyMandatoryNoneSee API guide

Response

ParameterDescription
successtrue | false. If false then failureReason should also be returned.
authenticatorsArray of authenticators being tracked.
  issuerThe issuer name associated with the authenticator.
  labelThe label name associated with the authenticator.
  addedWhen the authenticator was created.