Modify device - Set External Id
Updates the specified device external_id.
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 *****************
Body Params application/json
{
"externalId": "abc123a"
}
Request Code Samples
curl --location -g --request PATCH 'https://iot.exati.com.br/staging/guia/devices/{{device-uuid}}/setExternalId' \
--header 'x-guia-uuid;' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"externalId": "abc123a"
}'
Responses
Device external id updated successfully
This response does not have a body.
Modified at 2025-07-31 10:06:38