Retrieve supported device names.
cURL
curl --request GET \ --url https://unblocker.joinmassive.com/ai/devices \ --header 'Authorization: Bearer <token>'
[ "Blackberry PlayBook", "Blackberry PlayBook landscape", "BlackBerry Z30", "<string>" ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The device names.
[ "Blackberry PlayBook", "Blackberry PlayBook landscape", "BlackBerry Z30", "<string>"]
Was this page helpful?