Skip to content

React to a LinkedIn signal as the selected company page​

POST
/product/sites/{siteId}/social-signals/{signalId}/linkedin-reaction

Authorizations​

BearerAuth

JWT token from login

Type
HTTP (bearer)
or
AccessToken

Personal access token. Value: Token <your-token>

Type
API Key (header: Authorization)

Parameters​

Path Parameters

siteId*
Type
string
Required
signalId*
Type
string
Required

Request Body​

application/json
JSON
{
  
"reaction_type": "string"
}

Responses​

Reaction posted

Playground​

Authorization
Variables
Key
Value
Body

Samples​

Powered by VitePress OpenAPI