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
| Name | Type | Required |
|---|---|---|
x-api-key | string | Yes |
x-api-secret | string | Yes |
Request Body
Schema
accountIdstringrequiredThe unique identifier of the WeLink account.
Sample Request
{
"accountId": "string"
}