planningcenter / developers

Planning Center API docs and support
https://developer.planning.center/docs/
85 stars 8 forks source link

Getting a 401 Unauthorized when using a personal access token to get groups #1187

Closed jonathanlouder closed 3 months ago

jonathanlouder commented 4 months ago

Affected Product Which product does this bug affect? Groups

Describe the bug GET to https://api.planningcenteronline.com/groups/v2/groups returns "This request could not be authenticated. Error Code Hint: (TRASH_PANDA)"

To Reproduce Make a GET request to https://api.planningcenteronline.com/groups/v2/groups with a personal access token

Expected behavior Should return list of groups

glosie commented 3 months ago

Hi @jonathanlouder, sorry for the slow response! Error code hints are documented here. In this case, you'll want to make sure that the user who created the PAT can access the Groups application.

I hope that helps!