Campaigns & Users
LinkedIn Integration Status
Check LinkedIn integration status and account details for the authenticated user
GET
LinkedIn Integration Status
LinkedIn Integration Status
Verify your LinkedIn integration status, connection details, and account information. This simplified endpoint automatically detects the user from the API key, eliminating the need for user IDs in the URL.
Requires a user-specific API key with users:read
permission. Global API
keys should use the legacy routes.
Request
Your user-specific API key with users:read
permission (format:
bna_hexstring
)
Examples
Check LinkedIn Status
Response
The authenticated user’s ID
Always true
for successful requests
LinkedIn integration information
Advanced Use Cases
1. Integration Health Check
2. Usage Monitoring
Legacy Routes
For backward compatibility, these legacy routes are still supported but require explicit user IDs:
GET /api/v2/users/linkedin/user-linkedin-integration/:userId
- Get LinkedIn integration for specific userPOST /api/v2/users/integrations/setup-linkedin-integration
- Setup LinkedIn integration (legacy)
Error Responses
Global API Key Used (400)
LinkedIn Not Connected (200)
Invalid Permission (403)
Next Steps
LinkedIn Integration Status