---
title: "Check if an onboarding flow exists"
method: GET
path: "/v2/onboarding_flow"
tags: ["Onboarding Flow"]
---

# Check if an onboarding flow exists

`GET /v2/onboarding_flow`

## Query parameters

- `onboarding_flow_id` string, required

## Response `200`

Onboarding flow exists

- object
  - `first_seen` string, date-time — This represents the earliest timestamp associated with the onboarding flow
  - `last_seen` string, date-time — This represents the latest timestamp associated with the onboarding flow
  - `onboarding_flow_id` string — The unique identifier of the onboarding flow
  - `organization_id` string — The organization ID for which the onboarding flow was found

## Other responses

- `401` — Unauthorized request
- `404` — Company does not exist
- `429` — Rate limit exceeded
- `500` — Server error
- `default` — General error

---

[API](https://skmtc.net/cable/apis/cable-api.md) · [All operations](https://skmtc.net/cable/apis/cable-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cable/cable-api/versions/3222cd28dba5/schema)
