Question
Getting "Permission Denied" in response while trying to fetch group_relationships
Hi! I was trying to fetch group_relationships with owner parameter →
https://api.calendly.com/group_relationships?owner=https://api.calendly.com/organization_memberships/ef4f9092-0e84-43cc-960c-b82804f7f9fd
I am getting following 403 error →
{
"title": "Permission Denied",
"message": "You do not have permission to access this resource."
}
I’m using PAT token to make API call, and the PAT is generated from an Owner account still getting same issue. I’ve tried with OAuth2 as well but facing same issue
