Skip to main content
GET
/
browser
/
profile
curl -X GET "https://api.smooth.sh/api/v1/browser/profile" \
-H "apikey: YOUR_API_KEY"
{
  "profile_ids": [
    "<string>"
  ]
}

Authorizations

apikey
string
header
required

Response

200 - application/json

Successful Response

Response model for listing browser profiles.

profile_ids
string[]
required

The IDs of the browser profiles.

I