Skip to main content
POST
Update data usage limit for device

Authorizations

Authorization
string
header
required

HTTP Basic authentication using API keys. Set the username to apikey and the password to your API key. You can find your API key on the Hologram Dashboard under Account Settings.

Path Parameters

deviceId
integer
required

ID of the device

Body

application/json
datathreshold
number

Data usage alert threshold in bytes; triggers a notification when exceeded

Example:

1000000

overagelimit
number

Hard data usage cap in bytes; device is paused when this limit is reached

Example:

2000000

smslimit
number

Maximum number of SMS messages allowed per billing period

Example:

100

Response

OK

success
boolean

Indicates whether the request was successful.

Example:

true

data
object