Bulk create endpoints

Create up to 2,000 endpoints in one request. If a `sim` object is provided, the specified SIM is assigned to the endpoint. The `activate` property defaults to `false` and can be omitted unless the SIM should be activated during this call. If `activate` is set to `true`: - The SIM enters Factory Test Mode (FTM) if FTM is enabled for the organization. - Otherwise, it goes directly to **Activated**. To override this behavior and explicitly set the SIM's status (for example, skip FTM even if it's enabled for your organization), include a `status` object within the `sim` object. <Warning> emnify charges for activated SIMs, even if the endpoint status is set to **Disabled**. </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
organisationobjectRequired
ip_address_spaceobjectRequired
endpointslist of objectsRequired

Response

iddouble
ip_addressstring
statusobject
namestring
tagsstring
imeistring
createdstringformat: "date-time"
last_updatedstringformat: "date-time"
imei_lockboolean
service_profileobject
tariff_profileobject
simobject
ip_address_spaceobject
imei_with_luhnobject

Errors