GET
/
v3
/
integrations
/
accounts
/
{account_uid}
curl --request GET \
  --url https://api.captaindata.co/v3/integrations/accounts/{account_uid} \
  --header 'Authorization: <api-key>' \
  --header 'x-project-id: <api-key>'
{
  "setup_at": "2024-11-26T15:12:17.652585",
  "name": "Guillaume Odier",
  "cookies": {
    "JSESSIONID": "xxxxxxxxx",
    "li_at": "xxxxxxxxx",
    "li_a": "xxxxxxxxx"
  },
  "via_extension": true,
  "is_shared": false,
  "level": "Sales Navigator",
  "is_valid": true,
  "meta": {
    "name": "Guillaume Odier",
    "id": 269760086,
    "url": "https://www.linkedin.com/in/guillaumeodier",
    "type": "Sales Navigator",
    "profile_image_url": "https://media.licdn.com/dms/image/v2/D4E03AQHnpVRFLCeBzQ/profile-displayphoto-shrink_800_800/profile-displayphoto-shrink_800_800/0/1681746761278?e=1738195200&v=beta&t=F5jDTApyqg-ly67pZT6SOQ0mt_Jt9MggyR-RXRRa1no",
    "country": null,
    "language": null,
    "email": null,
    "emails": [],
    "phone": null,
    "phones": []
  },
  "uid": "xxxxxxx-xxxx-xxxx-9d6d-e97ac1544308",
  "application_permalink": "linkedin",
  "application_name": "LinkedIn"
}

Authorizations

Authorization
string
header
required

The Authorization header must include 'x-api-key' followed by your API key (e.g., 'Authorization: x-api-key YOUR_API_KEY').

x-project-id
string
header
required

Workspace UID required to identify the workspace.

Path Parameters

account_uid
string
required

Query Parameters

retrieve_consumption
boolean
default:
false

Set this to true to retrieve th accounts limits consumption, e.g. 'How many messages sent in the last 24 hours'.

Response

200
application/json
Successful Response

The response is of type any.