latestOpenAPI 3.0.3AGPL-3.0 license2026-08-2011401.8 MB

a1e86af2406d

profile

Get the authenticated user's own posts

List posts authored by the authenticated user, newest first, with pagination. Reads the user's own profile, so it costs no credits.

post/me/linkedin/posts

Request body

countinteger

Number of posts to fetch (default 20, max 100).

startinteger

Pagination offset (default 0).

paginationTokenstring

Pagination token from a previous response to fetch the next page.

Response

The user's own posts

successtrue required
countinteger required

Posts in THIS page.

totalinteger required

Posts LinkedIn reports in total.

startinteger required

Offset this page started at.

hasMoreboolean required
paginationTokenstring nullable required

Cursor for the next page, or null on the last one.

creditsUsedinteger required

Credits consumed by this call. 0 for free endpoints, cached results, duplicates, and for every query that does not touch LinkedIn.

retryAfterinteger required

Seconds to wait before another call of the same type. 0 means no wait is needed.