Skip to main content
GET
cURL

Authorizations

x-api-key
string
header
required

Your Recoup API key. Learn more.

Query Parameters

artist_account_id
string<uuid>
required

The unique identifier of the artist account to fetch comments for

post_id
string<uuid>

Filter comments by specific post

page
integer
default:1

Page number for pagination (default: 1)

limit
integer
default:10

Number of comments per page (default: 10)

Response

Comments retrieved successfully

status
enum<string>
required

Status of the request

Available options:
success
comments
object[]
required

List of comments for the specified artist or post

pagination
object
required

Pagination metadata for the response