Hi,
I've successfully registered a new application for the Sample SPI, generated a client secret, and then used Postman to successfully get the OAuth2 token.
However, when I try to call the Sample SPI from Postman using that token, I'm getting error 500 after approx. 2 seconds ...
{
"statusCode":500,
"message":"Internal server error",
"activityId":"fbd0ad5e-f83f-4abb-bb33-4dfefd63831f"
}
Please help.