Create an endpoint

Creates one endpoint. <Note> Execute this operation sequentially - wait for each request to complete before starting the next. For bulk operations, use [`POST /api/v2/endpoint/multi`](/developers/api/endpoint/bulk-create-endpoint) instead (supports up to 2,000 endpoints). </Note> 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