---
title: "Post Bootstrap"
method: POST
path: "/api/linkedin-poc/bootstrap"
tags: ["LinkedInPoC"]
---

# Post Bootstrap

`POST /api/linkedin-poc/bootstrap`

Refresh routing from the transport(s) and bootstrap the GetSales workspace.

For each GetSalesTransport: runs bootstrap_workspace() + ensure_connect_flow().
The last values seen are returned; with a single workspace token there is only one.

## Cookies

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

## Response `200`

Successful Response

- ApiOutreachLinkedinRouterBootstrapResponse
  - `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
  - `list_uuid` string, nullable, required
  - `custom_field_uuid` string, nullable, required
  - `connect_flow_uuid` string, nullable, 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)
