v1

latestOpenAPI 3.0.02026-07-249301.3 MB
LinkedIn Specific

Get raw data from any endpoint

This magic route is intended for advanced users who wish to use LinkedIn's features beyond our current capabilities. It enables you to create custom functionalities that are not yet supported by our platform, using connected accounts. To utilize this route, you will need to identify the specific endpoint containing the desired data using web developer tools on LinkedIn, and then copy the URL along with its parameters for implementation.

post/api/v1/linkedin

Request body

account_idstring required

A unique identifier.

request_urlstring required

An url pointing to some Linkedin API feature

force_apiboolean

Set to true if you need to use an API for which you might not have an active subscription.

bypass_redirectboolean

If true, do not follow HTTP redirects automatically.

method'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE'

The method to be used for the request to be performed. Default is GET.

headersobject

A headers object to be added to requests if needed.

bodyobject

A body object to be passed for POST requests.

query_paramsobject

A query parameters object.

encodingboolean

Whether the query params or the body (in case of x-www-form-urlencoded content) should be encoded on the go.

Response

OK. Request succeeded.

object'LinkedinRawData' required
{"stackTrail":"paths:/api/v1/linkedin:post:responses:200:content:application/json:schema:properties:data","oasType":"schema","type":"unknown"}