GET
/
browser
/
devices
Devices
curl --request GET \
  --url https://api.agentfirst.dev/browser/devices \
  --header 'Authorization: Bearer <token>'
[
  "Blackberry PlayBook",
  "Blackberry PlayBook landscape",
  "BlackBerry Z30",
  "<string>"
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200
application/json

The list of device names.

The response is of type string[].