Skip to main content
PUT
/
v3
/
linkedin-accounts
/
{id}
/
revoke-settings
Update LinkedIn account revoke settings
curl --request PUT \
  --url https://api.reply.io/v3/linkedin-accounts/{id}/revoke-settings \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "enabled": true,
  "periodDays": 30
}
'
"<unknown>"

Documentation Index

Fetch the complete documentation index at: https://docs.reply.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Authenticate every request with a Bearer token. Pass your Reply API key in the Authorization header:

Authorization: Bearer <your-api-key>

Get your API key from the Reply dashboard: Settings → API Key.

Path Parameters

id
integer
required

LinkedIn account ID

Body

application/json

Request body for updating revocation settings on a LinkedIn account.

enabled
boolean
required

Whether automatic connection revocation is enabled

periodDays
integer
required

Number of days after which connections are revoked

Response

Revoke settings updated successfully. The response body is empty.

Empty body