Check if BankID is the only available login method for your account. This is important for ensuring correct handling of account-related settings. The response includes an ID for tracking specific actions in other API calls.
Accept Example Content-Type Example success boolean timestamp string requestId string data object https://cloud.hostup.se/api/account/bankid-only curl -X GET "https://cloud.hostup.se/api/account/bankid-only" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"bankidOnly": true
}
}