I receive this response when trying to access the activities endpoint for v3. I'm able to use the athlete endpoint and get information. I used the activity:read_all scope when authorizing my own account.
{
"message": "Authorization Error",
"errors": [
{
"resource": "AccessToken",
"field": "activity:read_permission",
"code": "missing"
}
]
}