v1

latestOpenAPI 3.0.02026-07-249301.3 MB
Users

List all posts

Returns a list of posts written by a user or a company.

get/api/v1/users/{identifier}/posts

Path parameters

identifierstring required

The entity's provider internal id. <br> Linkedin: starts with ACo/ADo for users, while for companies it's a series of numbers. <br> Instagram: use the provider_id or the username of the user.

Query parameters

cursorstring

A cursor for pagination purposes. To get the next page of entries, you need to make a new request and fulfill this field with the cursor received in the preceding request. This process should be repeated until all entries have been retrieved.

limitinteger

A limit for the number of items returned in the response. The value can be set between 1 and 100.

Example:100
is_companyboolean

Linkedin only Set it to "true" if the posts are from a company.

account_idstring required

The id of the account to perform the request from.

Response

OK. Request succeeded.

object'PostList' required