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
Parameter | Requirement | Default | Description |
---|---|---|---|
version | Mandatory | None | See API guide |
apiKey | Mandatory | None | See API guide |
Response
Parameter | Description |
---|---|
success | true | false. If false then failureReason should also be returned. |
authenticators | Array of authenticators being tracked. |
issuer | The issuer name associated with the authenticator. |
label | The label name associated with the authenticator. |
added | When the authenticator was created. |