cURL
curl --request GET \ --url https://api.agentfirst.dev/browser/devices \ --header 'Authorization: Bearer <token>'
[ "Blackberry PlayBook", "Blackberry PlayBook landscape", "BlackBerry Z30", "<string>" ]
Retrieve a list of supported device names.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The list of device names.
The response is of type string[].
string[]