Skip to main content
PUT
Update LinkedIn account limits

Authorizations

Authorization
string
header
required

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

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

Path Parameters

id
integer
required

LinkedIn account ID

Body

application/json

Daily limits configuration for a LinkedIn account.

limitsMode
enum<string>
required

Limits mode

Available options:
Fixed,
Ranged
rangeMin
LinkedInAccountLimitsValues · object

Minimum values for ranged limits mode

Example:
rangeMax
LinkedInAccountLimitsValues · object

Maximum values for ranged limits mode

Example:
fixedMax
LinkedInAccountLimitsValues · object

Fixed maximum values for fixed limits mode

Example:

Response

Limits updated successfully. The response body is empty.

Empty body