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 below
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 below
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
3 People are following this question.