Query all the vendors linked to the current Guia client.
Request
Send your HTTP requests with an Authorization
header that contains the word Basic followed by a space and a base64-encoded string username:password Example:Authorization: Basic *****************
Request Code Samples
curl --location --request GET 'https://iot.exati.com.br/staging/guia/vendors?showAllVendors=true' \
--header 'x-guia-uuid;' \
--header 'Authorization: Basic <encoded-value>'
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