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 authenticated user (PERSONAL and up). No customer relationship is required. | |
| Param | CUSTOMER_ID | Id of the customer (24 hex-char string) |
https://api.telecomx.dk/customer/1234567890ABCDEF12345678/security
| Json object | ||
|---|---|---|
| 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 |
|---|---|---|
| 422 | id | Customer id is invalid |
| 404 | customer | Customer not found |
| 403 | access_denied | Insufficient access level |
| 500 | internal_error | <Unspecified> |