Skip to main content
POST
Update data usage limits for devices (bulk)

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.

Body

application/json
deviceids
integer[]
required

List of device IDs to update usage limits for

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