cURL
curl --request GET \ --url https://api.example.com/v2/accounts/{account_id} \ --header 'x-api-key: <x-api-key>'
{ "success": true, "data": { "account_id": "acc_abc123", "platform": "linkedin", "account_name": "John Doe", "is_active": true, "status": "active", "country": "FR", "created_at": "2025-10-15T08:30:00Z", "updated_at": "2026-03-20T14:22:00Z" }, "metadata": { "action": "get_account", "account_id": "acc_abc123", "credits_consumed": 0, "timestamp": "2026-03-24T12:00:00Z" } }
Get detailed information about a specific account
Show Properties
Was this page helpful?