Initiate a login process with BankID. It returns a URL to which you will be redirected to complete the identification. A unique ID is created that may be needed for subsequent API calls.
callbackUrl string required Accept Example Content-Type Example success boolean timestamp string requestId string data object https://cloud.hostup.se/api/bankid/login curl -X GET "https://cloud.hostup.se/api/bankid/login?callbackUrl=string" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"redirectUrl": "string"
}
}