post https://sandbox-api.letsfuse.com/v1/session
Creates a session that returns a client_secret which is required as a parameter when initializing the Fuse SDK.
Log in to see full request history
Response
Creates a session that returns a client_secret which is required as a parameter when initializing the Fuse SDK.
xxxxxxxxxx
14curl --request POST \
--url https://sandbox-api.letsfuse.com/v1/session \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"supported_financial_institution_aggregators": [
"akoya"
],
"products": [
"account_details"
]
}
'
Try It!
to start a request and see the response here! Or choose an example: