Retrieve comments associated with an artist or a specific post, with support for pagination. This endpoint returns raw comment data including the comment text, associated post, and commenter’s social profile reference.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The unique identifier of the artist account to fetch comments for
Filter comments by specific post
Page number for pagination (default: 1)
Number of comments per page (default: 10)