Error: Could not complete OAuth 2.0 token request

Hello Team,

I am getting the below error, Can anyone help me on this ?

Error: Could not complete OAuth 2.0 token request

{

"error": {

“code”: 401,

“message”: “Request had invalid authentication credentials. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.”,

“errors”: [

{

“message”: “Invalid Credentials”,

“domain”: “global”,

“reason”: “authError”,

“location”: “Authorization”,

“locationType”: “header”

}

],

“status”: “UNAUTHENTICATED”

}

}

Would you mind sharing the link to the API documentation you’re using? I’m especially looking for the section that explains how OAuth should be set up—like which flow is being used (e.g. client credentials or authorization code), and what details are needed for the configuration.

Also, could you send over a screenshot or link to the Auth settings you’ve set up in Postman (with any sensitive info blurred or removed)? That way, we can double-check that everything lines up with the API spec.

Thanks a bunch!