latestSwagger 2.02026-08-20196638916.1 KB
23d8982b533d
Connectivity v1.Credentials
Manual authenticate of credentials
Triggers a full authentication flow to renew refresh tokens with ASPSPs. This endpoint only triggers authentication, thus a full credentials refresh will not be executed.
post/api/v1/credentials/{id}/authenticate
Path parameters
idstring required
The internal identifier of the Credentials object to authenticate.
Request body
Example request
{
"appUri": "https://my-customer-app.com/authentication",
"callbackUri": "http://my-customer-app.com/callback",
"originatingUserIp": "198.51.100.10",
"selectedAuthenticationOptions": [
{
"authenticationOptionDefinition": "SE_MOBILE_BANKID_OTHER_DEVICE",
"authenticationOptionsGroup": "SE_MOBILE_BANKID_DEVICE_CHOICE",
"fields": {
"username": "198401011111"
}
}
]
}Response
The credentials authentication was successfully initiated.