---
title: "Check authentication status"
method: POST
path: "/v1/browserbase/check-auth"
tags: ["Browserbase"]
---

# Check authentication status

`POST /v1/browserbase/check-auth`

Checks if the user is logged in on the specified site

## Request body

- CheckAuthDto
  - `sessionId` string, required — Browserbase session ID
  - `url` string, required — URL to check auth status on

## Response `200`

Auth status

- AuthStatusResponseDto
  - `isLoggedIn` boolean, required
  - `username` string

---

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