Skip to main content
POST
/
api
/
spaces
/
{spaceId}
/
browsers
/
extension
/
connect
cURL
curl --request POST \
  --url https://api.kazzle.app/api/spaces/{spaceId}/browsers/extension/connect \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "computerId": "<string>",
  "browser": "<string>",
  "profilePath": "<string>"
}
'
{
  "profile": {
    "id": "<string>",
    "computerId": "<string>",
    "spaceId": "<string>",
    "name": "<string>",
    "provider": "<string>",
    "providerRef": "<string>"
  },
  "session": {
    "id": "<string>",
    "profileId": "<string>",
    "computerId": "<string>",
    "spaceId": "<string>",
    "provider": "<string>",
    "status": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Better Auth JWT token

Path Parameters

spaceId
string
required

Body

application/json
computerId
string
required
browser
string
required
profilePath
string

Response

200 - application/json

Successful response

profile
object
required
session
object
required