I am successfully retrieving projects using the project API endpoint. When I attempt to retrieve each project’s tasks using the project task endpoint, I get a 403 error which indicates insufficient permissions.
The URI I am using is /api/v2/projects/projectid/tasks.
Any help is appreciated.