latestSwagger 2.02026-08-20196638916.1 KB
23d8982b533d
ENTERPRISE
Connectivity v1.Credentials
Create credentials
Creates the Credentials for the user. The create request will trigger a refresh towards the provider.
post/api/v1/credentials
Query parameters
itemsstring[]
The data types to aggregate from the provider. Multiple items are allowed and are passed as: items=item1&items=item2. If omitted, all data types are aggregated.
Request body
Example request
{
"appUri": "https://my-customer-app.com/authentication",
"callbackUri": "http://my-customer-app.com/callback",
"fields": {
"username": "198410045701"
},
"originatingUserIp": "198.51.100.10",
"providerName": "handelsbanken-bankid",
"selectedAuthenticationOptions": [
{
"authenticationOptionDefinition": "SE_MOBILE_BANKID_OTHER_DEVICE",
"authenticationOptionsGroup": "SE_MOBILE_BANKID_DEVICE_CHOICE",
"fields": {
"username": "198401011111"
}
}
]
}Response
The credentials was successfully created.
Connectivity20v1Credentials required— unresolved $ref