api:customer:security
Table of Contents
API : Customer Authentication Security
Introduction
This request returns the authentication security level required for all users on the customer.
Request
| 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) |
Query example
https://api.telecomx.dk/customer/1234567890ABCDEF12345678/security
Response
| 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. |
Example
{ "authenticationSecurity": "AUTHENTICATOR" }
Errors
| 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> |
api/customer/security.txt · Last modified: by Mikkel Meerwaldt Jørgensen