POST
/
v3
/
accounts
/
{account_uid}
/
checkpoint
curl --request POST \
  --url https://api.captaindata.co/v3/accounts/{account_uid}/checkpoint \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --header 'x-project-id: <api-key>' \
  --data '{
  "code": "123456"
}'
{
  "setup_at": "2025-03-06T11:13:15.568488",
  "name": "Guillaume Odier",
  "cookies": {
    "li_at": "********-....",
    "li_rm": "********-....",
    "JSESSIONID": "\"ajax:....\""
  },
  "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_NAV"
  },
  "uid": "xxxxxx-xxxx-4692-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

Body

application/json
code
string

The code to provide to solve the checkpoint.

Example:

"123456"

Response

200 - application/json
Checkpoint Solved

The response is of type any.