Link a personal identification number (personnummer) to your account, verified via BankID. This may be required for certain account actions or to complete identification. Returns an ID that might be needed for subsequent API calls to retrieve status or continue a process.
Accept Example Content-Type Example field string · enum required foretagpersonnummer foretagpersonnummer2 value string required success boolean timestamp string requestId string data object error string message string code string timestamp string requestId string https://cloud.hostup.se/api/account/bankid-personnummer curl -X POST "https://cloud.hostup.se/api/account/bankid-personnummer" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"field": "foretagpersonnummer",
"value": "string"
}' {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"field": "string",
"value": "string",
"message": "string"
}
} {
"field": "foretagpersonnummer",
"value": "string"
}