Table of Contents

API : Customer Authentication Security

Introduction

This request returns the authentication security level required for all users on the customer.

Request

Query example

https://api.telecomx.dk/customer/123457890123457890ABCD/security

Response

Json array of objects, where each object contains:
authenticationSecurity String The required security level for all users when performing login:
NONE - only username/password
SMS - 2FA using SMS required
AUTHENTICATOR - 2FA using authenticator app required.

Example

{
  authenticationSecurity: 'AUTHENTICATOR'
}

Errors

Error code Message Description
403 access_denied Insufficient access level
500 internal_error <Unspecified>