Skip to main content
GET
/
api
/
v1
/
devices
curl -X GET https://alfred.black/api/v1/devices \
  -H "Authorization: Bearer alf_your_key_here"
{
  "devices": []
}
Returns a list of all devices associated with your Alfred instance, including both pending pairing requests and already-paired devices.
curl -X GET https://alfred.black/api/v1/devices \
  -H "Authorization: Bearer alf_your_key_here"
{
  "devices": []
}