question

anaslaaouini avatar image
anaslaaouini Deactivated asked

A question concerning 'Get Fund information for a specific fund'

Hello,
Why the following request does not return results:
Portfolio Optimization
---->Funds (723.0.0-SNAPSHOT)
-------->
Get Fund information for a specific fund
resource_server_url=https://api.fusionfabric.cloud/investment-management/funds/v1/funds/68090890
?

AuthenticationAPI - Treasury and Capital Markets
4 comments
10 |600

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

Anais Bouque avatar image Anais Bouque ♦♦ commented ·

Hi,

Are you using an Authorization Code to be able to authenticate?

0 Likes 0 ·
anaslaaouini avatar image anaslaaouini commented ·

I am not using Oauth2.0 authentication process.

0 Likes 0 ·
Anais Bouque avatar image Anais Bouque ♦♦ anaslaaouini commented ·

Then which kind of auth are you using?

0 Likes 0 ·
anaslaaouini avatar image anaslaaouini commented ·

I am using client credential mode for authentication

0 Likes 0 ·

1 Answer

Anais Bouque avatar image
Anais Bouque answered

As written in the documentation, you need to use the Authorization code grant flow.

2 comments
10 |600

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

dfeodot avatar image dfeodot commented ·

Hi @Anais,


Most applications use client credentials; any chance to make this available any time soon?

0 Likes 0 ·
Davide Appiano avatar image Davide Appiano ♦♦ dfeodot commented ·

Hello @anaslaaouini,

The API you use cannot be used with Client Credential flow because the data is stricty associate to one end user.

0 Likes 0 ·