curl --request GET \
--url https://api.getprimo.com/device-groups/{deviceGroupId} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"name": "<string>",
"deviceIds": [
"<string>"
]
}Return the device group with the targeted device IDs for the given device group ID.
curl --request GET \
--url https://api.getprimo.com/device-groups/{deviceGroupId} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"name": "<string>",
"deviceIds": [
"<string>"
]
}Use your Primo API key in the Authorization header as Bearer <API_KEY>.
Was this page helpful?