User management sessions
Create a user management session
User management sessions are front-end sessions that allow your users to resolve synchronization issues or add new items for the authenticated user
post/v3/aggregation/user-management-sessions
Request body
Example request
{
"callback_url": "https://yourcallback.com",
"context": "abc123",
"account_types": "payment",
"user_email": "email@gmail.com",
"country_code": "FR",
"allow_account_selection": true,
"show_add_item_button": true
}Response
User management session created
Example response
{
"id": "bf8f3e2a-6b04-412a-b2a3-be7fef470b4a",
"url": "https://connect.bridgeapi.io/user/e953f3c4-d7d9-4161-a50a-f92f330d08ea"
}