I’m trying to use my Server-to-Server app to connect to the My Notes endpoint. I’ve added the Read My Notes content scope but I’m getting this error when trying to pull note data:
{“code”:104,“message”:“Invalid access token, does not contain scopes:[my_notes:read:content]”}
My scopes include my_notes:read:content:admin. There is no scope that is just my_notes:read:content. Is there a way to get this to work with Server-to-Server apps?