curl -X GET https://alfred.black/api/v1/devices \
-H "Authorization: Bearer alf_your_key_here"
{
"devices": []
}
Retrieve all pending and paired devices
curl -X GET https://alfred.black/api/v1/devices \
-H "Authorization: Bearer alf_your_key_here"
{
"devices": []
}
curl -X GET https://alfred.black/api/v1/devices \
-H "Authorization: Bearer alf_your_key_here"
{
"devices": []
}
Was this page helpful?