---
title: "Get Status"
method: GET
path: "/api/linkedin-poc/status"
tags: ["LinkedInPoC"]
---

# Get Status

`GET /api/linkedin-poc/status`

Return token presence, live accounts from transport(s), and total sent count.

## Cookies

- `ex_access` string, nullable
- `ex_org` string, nullable

## Response `200`

Successful Response

- StatusResponse
  - `token_configured` boolean, required
  - `accounts` AccountOut[], required
    - `account_ref` string, required
    - `provider` string, required
    - `first_name` string, required
    - `last_name` string, required
    - `status` string, required
    - `safety_managed` boolean, required
  - `accounts_error` string, nullable
  - `sent_total` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/explee/apis/explee-api.md) · [All operations](https://skmtc.dev/explee/apis/explee-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/explee/explee-api/revisions/f169bc6e9447/schema)
