question

Srivatsan Bharadwaj Santhanakrishnan Accenture avatar image

Getting 502 Bad Gateway error when calling Calendar services

Hi Team,


I am getting 502 Bad gateway error when i am trying to perfrom a GET operation on Calendar service API


I have a valid access token

I am getting the same 502 error in both Postman and in my Python code


Screenshots given belowpython-finastra-api-502-bad-gateway-error.png


postman-finastra-api-502-bad-gateway-error-error.png

API - Other
10 |600

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

1 Answer

Francois Lasne avatar image
Francois Lasne answered

Hello ,

you are getting a token from the sandbox, but this API is a bit special , it s what we call at Finastra a service API, not attached to any bank context

you need to retrieve your token against finastra-dev tenant


this is documented here

https://developer.fusionfabric.cloud/documentation/platform-deep-dive/service-api-consumption

make sure you retrieve your token against

https://api.fusionfabric.cloud/login/v1/finastr-dev/.well-known/openid-configuration

10 |600

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