AdminLift a device's alarm push mute

Lift a device's alarm push mute

Re-enables alarm push notifications for one device. Unmuting a device that was not muted returns 200 with alreadyUnmuted=true — the row being absent is the requested end state. Check the notification log afterwards: if the device is still faulty the flood resumes immediately. Requires dual auth: X-Admin-API-Key + JWT.

curl -X DELETE "https://api.spkey.co/admin/devices/example_string/notification-mute" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_TOKEN (JWT)" \
  -H "X-API-Key: YOUR_API_KEY"
{
  "success": true,
  "deviceId": "example_string",
  "alreadyUnmuted": true
}
DELETE
/admin/devices/{deviceId}/notification-mute
DELETE
Base URLstring

Target server for requests. Edit to use your own host.

Bearer Token (JWT)
Bearer Tokenstring
Required

JWT token from SmartphoneKey authentication. Identifies the B2C user or B2B service.

JWT token from SmartphoneKey authentication. Identifies the B2C user or B2B service.
API Key (header: X-API-Key)
X-API-Keystring
Required

API key for B2B organization access. Provided during organization onboarding.

API key for B2B organization access. Provided during organization onboarding.
path
deviceIdstring
Required

MatterDevice UUID (= AWS IoT thingName) to mute or unmute.

Min length: 1
Request Preview
Response

Response will appear here after sending the request

Authentication

header
Authorizationstring
Required

Bearer token (JWT). JWT token from SmartphoneKey authentication. Identifies the B2C user or B2B service.

header
X-API-Keystring
Required

API Key for authentication. API key for B2B organization access. Provided during organization onboarding.

Path Parameters

deviceIdstring
Required

MatterDevice UUID (= AWS IoT thingName) to mute or unmute.

Responses

successboolean
Required
Allowed values:true
deviceIdstring
Required
alreadyUnmutedboolean
Required