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 | |
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> |
api/customer/security.txt · Last modified: 2021/09/07 14:23 by Per Møller