v1
latestOpenAPI 3.0.32026-07-243003151.2 MBRecommendations
Create and Fetch Wallet Accounts
This endpoint allows you to fetch recommendations and campaigns based on the provided identity-value or walletId and mark them as accepted. Campaigns are fetched based on tags, and accounts are created accordingly. All existing accounts (ACTIVE & LOCKED only) in the wallet are fetched and returned as part of the same response, but only in the results section. A single event is created for all accounts created.
post/composite/wallet/accounts/createAndFetch
Request body
Response
Created
Example response
{
"results": [
{
"dateCreated": "2017-01-17T13:20:48+00:00",
"lastUpdated": "2017-01-17T13:20:48+00:00"
}
]
}