Skip to main content
GET
Get user highlights

Authorizations

Authorization
string
header
required

Send your API key in the Authorization header as a Bearer token. Example: Authorization: Bearer <your-api-key>

Path Parameters

username
string
required

X username (with or without @ symbol)

Example:

"Austen"

Query Parameters

count
integer
default:40

Number of highlighted posts to return per page (maximum: 100)

Required range: 1 <= x <= 100
Example:

40

cursor
string

Pagination cursor

Example:

"0"

Response

Returns the public Highlights tab selection from an X user's profile

data
object
required