cURL
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" }
The Authorization header must include 'x-api-key' followed by your API key (e.g., 'Authorization: x-api-key YOUR_API_KEY').
Workspace UID required to identify the workspace.
Checkpoint Solved
The response is of type any.
any