Create an endpoint

Creates one endpoint. 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. <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.
namestringRequired
tagsstringRequired
imeistringRequired
imei_lockbooleanRequired
simobjectRequired
ip_addressstringRequired
service_profileobjectRequired
tariff_profileobjectRequired
statusobjectRequired
organisationobjectRequired
ip_address_spaceobjectRequired

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