Help! I'm new to Retool, and I'm having trouble configuring the authentication of an O.Auth v2 REST API in resources. The API has a client_credentials grant type that requires a bearer access token. The API authentication and GET request works in Postman so I think I'm just missing something in Retool. This is the error I keep getting with a GET request:
{
"fault": {
"faultstring": "Invalid access token",
"detail": {
"errorcode": "oauth.v2.InvalidAccessToken"
}
}
}
Photos of what I have set up currently attached as well:
