Skip to main content

Get Active LinkedIn Subscriptions

POST /api/v1/get_active_subscriptions

Fetches the list of active LinkedIn subscriptions for a given account. This is useful for determining available features and routing requests to appropriate endpoints based on subscription type.

Headers

NameTypeRequired
x-api-keystringYes
x-api-secretstringYes

Request Body

Schema

accountIdstringrequiredThe unique identifier of the WeLink account.

Sample Request

{
"accountId": "string"
}

Responses

Webhook Events

Schema

statusstringStatus indicating the request completed successfully (e.g. "SUCCESS").
resultobjectThe response payload.
active_subscriptionsarrayList of active LinkedIn subscription plans.

Sample Response

{
"status": "string",
"result": {
"active_subscriptions": []
}
}
POST/api/v1/get_active_subscriptions
x-api-key
x-api-secret