Skip to main content
GET
cURL

Authorizations

x-api-key
string
header
required

Your Recoup API key. Learn more.

Query Parameters

post_id
string<uuid>
required

The unique identifier of the post to fetch comments for

page
integer
default:1

The page number to retrieve (default: 1)

limit
integer
default:20

The number of records per page (default: 20, max: 100)

Required range: x <= 100

Response

Post comments retrieved successfully

status
enum<string>
required

Status of the request

Available options:
success
comments
object[]
required

List of comments for the specified post

pagination
object
required

Pagination metadata for the response