Skip to main content
GET
/
v1
/
browser
/
profiles
List Browser Profiles
curl --request GET \
  --url https://api.driver.dev/v1/browser/profiles \
  --header 'Authorization: Bearer <token>'
{
  "profiles": [
    {
      "profileId": "<string>",
      "name": "<string>",
      "createdAt": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Your Driver API key. Get one at https://app.driver.dev

Response

Successfully retrieved list of browser profiles.

profiles
object[]
required

Array of browser profiles.