Satisfaction Rating api is throwing 403 error | Community
Skip to main content

Satisfaction Rating api is throwing 403 error

  • June 20, 2025
  • 1 reply
  • 0 views

satvik

I’m trying to call the following API as per the documentation:

POST /api/v2/tickets/{ticket_id}/satisfaction_rating

I’m using the Admin OAuth token that we obtain during integration (which works fine for creating tickets, adding comments, updating fields, etc). 

However, this token doesn’t seem to have the necessary permissions for this particular endpoint, and I’m receiving authorization errors.

Is there a supported way to impersonate the requester (end-user) in order to submit satisfaction ratings via API? If so, could you please advise on the correct approach or required scopes?

Note: same auth works for getting satisfaction ratings

 

Error thrown by api:
 

1 reply

  • June 24, 2025
This is intended behavior for this API. Only verified end users can submit satisfaction ratings, ensuring the integrity of the data and providing the business with accurate, trustworthy feedback.