Skip to main content
GET
cURL

Authorizations

x-api-key
string
header
required

Your Recoup API key. Learn more.

Query Parameters

social_id
string<uuid>
required

The unique identifier (UUID) of the social profile to fetch posts for

latestFirst
boolean
default:true

Sort posts by most recent first (default: true)

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

Posts retrieved successfully

status
enum<string>

Status of the request

Available options:
success,
error
posts
object[]

List of social media posts

pagination
object