This request returns the authentication security level required for all users on the customer.
| URL | https://api.telecomx.dk/customer/CUSTOMER_ID/security | |
|---|---|---|
| Method | GET | |
| Access level | ANY | |
https://api.telecomx.dk/customer/123457890123457890ABCD/security
| 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. |
{ authenticationSecurity: 'AUTHENTICATOR' }
| Error code | Message | Description |
|---|---|---|
| 403 | access_denied | Insufficient access level |
| 500 | internal_error | <Unspecified> |