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/groups/0fcf4e82-e1a1-4f72-93fc-5b44c605980c?vendorUuid&clientAddress' \
--header 'x-guia-uuid;' \
--header 'Authorization: Basic <encoded-value>'
Responses
{
"address": "string",
"name": "string",
"ownerCMS": "string",
"members": [
{
"resource": "groups",
"address": "string"
}
],
"purpose": "unknown"
}
Modified at 2025-07-31 11:16:29