Query all the vendors linked to the current Guia client.
Request samples
curl --location --request GET 'https://iot.exati.com.br/guia/vendors?showAllVendors=true' \
--header 'x-guia-uuid;'
Responses
application/json
The list of vendors found.
[
{
"name": "string",
"uuid": "string",
"allowDeviceGenerationByMaterial": "string",
"idsWorksite": [
0
],
"deviceClasses": [
{
"name": "string",
"functions": []
}
],
"numberOfDevices": 0,
"active": true,
"photo": {
"photoType": "string",
"photo": [
0
]
}
}
]
Modified at 2025-07-30 21:33:13