Base URL and authentication
Endpoints
Get a profile
View the complete Profile API reference →url, person.id, user_id, then profile_id.
Get a company
View the complete Company API reference →url, company.id, then org_id.
Get profile posts
View the complete Profile Posts API reference →url, person.id, or profile_id, in that precedence order.
Get company posts
View the complete Company Posts API reference →url, company.id, or org_id, in that precedence order.
Cache strategies
strict and besteffort are supported by Profile and Company. Post endpoints support cached and fetch.
Responses
A successful profile or company request returns the provider fields underdata:
data.posts and pagination metadata. Additional provider fields remain under data.
Every response includes
X-Request-Id, X-RateLimit-Limit, X-RateLimit-Remaining, and X-RateLimit-Reset. Include the request ID when contacting support.