Solved OAuth2 - GET /conversation-messages/{id} always returns 403 forbidden

This topic has been solved
S

stromb0li

Guest
API Configuration:
Type: OAuth2 client
Client type: Confidential
Scope: conversation:read

Response: I always receive a 403 forbidden on GET /api/conversation-messages/{id}/
Expected: I would see a 200 with the message.

Using the same token, if I perform a GET on /api/conversations, I see the results as expected.

Continue reading...