Bulk update endpoints

Updates details of a list of endpoints in bulk. <Warning> emnify charges for activated SIMs, even if the endpoint status is set to **Disabled**. To avoid accruing unexpected charges, update the SIM status to **Suspended** (`"id": 2`). </Warning>

Authentication

AuthorizationBearer

An auth_token should be provided to authenticate a session.

To obtain an auth_token, see the /api/v1/authenticate POST request.

Request

This endpoint expects an object.
service_profileobjectRequired
tariff_profileobjectRequired
statusobjectRequired
ip_address_spaceobjectRequired
simobjectRequired
namestringRequired
tagsstringRequired
imeistringRequired
imei_lockbooleanRequired
ip_addressstringRequired
iddoubleRequired

Response

Endpoints updated successfully

Errors