Perform a Request to any LinkedIn API Endpoint

Allows advanced users to implement any LinkedIn feature that is not yet supported by our platform.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

ID of the Account (acc_xxx) to call the method on behalf of.

Body Params
string
required

The specific LinkedIn public API endpoint you need to call. Path variables can be declared with the :VARIABLE_NAME syntax.

string
enum
required

The HTTP method to use when performing the request.

Allowed:
body
object

A body object to send in the request.

headers
object

A headers object to include in the request.

path_variables
object

The Path variables that have been declared in the URL. Each variable must have a corresponding VARIABLE_NAME key to be injected in the URL.

query_params
object

Query parameters to include in the request URL.

boolean
Defaults to false

Whether to bypass URL encoding for query parameters or form-urlencoded body, so you can handle encoding yourself.

Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json