How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

emnify subpackage_endpoint API

The subpackage_endpoint API from emnify — 16 operation(s) for subpackage_endpoint.

emnify subpackage_endpoint API is one of 29 APIs that emnify publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 5 JSON Schema definitions.

The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a JSON-LD context, and 5 JSON Schemas.

This API exposes 31 operations across 16 paths, and defines 149 schemas. It is described by OpenAPI 3.2.0, at version 1.0.0.

Requests are made against a single base URL, https://cdn.emnify.net.

31 operations 16 paths 149 schemas 7 DELETE14 GET3 PATCH6 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0.0
Server
https://cdn.emnify.net
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

emnify subpackage_endpoint API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (BearerAuth). By default, every request must be authenticated.

  • BearerAuth — Retrieve a JWT via POST /api/v1/authenticate using an applicationtoken or user credentials, then send it as Authorization: Bearer .

Paths & Operations 31

Across 16 paths, the API surfaces 31 operations — 7 DELETE, 14 GET, 3 PATCH, 6 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

subpackage_endpoint 31
GET
/api/v1/endpoint
List endpoints
get-endpoints 5 params → 200
POST
/api/v1/endpoint
Create an endpoint
create-endpoint 1 param body → 201400404422
GET
/api/v1/endpoint/status
List endpoint statuses
endpoint-status-get 1 param → 200
GET
/api/v1/endpoint/{endpoint_id}
Endpoint details
endpoint-by-id-get 2 params → 200
DELETE
/api/v1/endpoint/{endpoint_id}
Delete an endpoint
endpoint-by-id-delete 2 params → 204400404409
PATCH
/api/v1/endpoint/{endpoint_id}
Update an endpoint
endpoint-by-id-patch 2 params body → 204400403404422
GET
/api/v1/endpoint/{endpoint_id}/connectivity
Endpoint connectivity status
endpoint-connectivity-by-id-get 2 params → 200
PATCH
/api/v1/endpoint/{endpoint_id}/connectivity
Reset endpoint connectivity
update-endpoint-connectivity-by-id 2 params body → 204403404
GET
/api/v1/endpoint/{endpoint_id}/connectivity_info
Retrieve connectivity information for an endpoint
get-connectivity-info-by-endpoint-id 2 params → 200404
GET
/api/v1/endpoint/{endpoint_id}/event
List endpoint events
endpoint-events-by-id 6 params → 200400422
GET
/api/v1/endpoint/{endpoint_id}/operator_blacklist
List operator blacklist for endpoint
endpoint-operator-blacklist-by-endpoint-id-get 2 params → 200
PUT
/api/v1/endpoint/{endpoint_id}/operator_blacklist/{operator_id}
Add an operator to the blacklist
endpoint-operator-blacklist-by-ep-id-and-operator-id-put 3 params → 204409
DELETE
/api/v1/endpoint/{endpoint_id}/operator_blacklist/{operator_id}
Remove an operator from the blacklist
endpoint-operator-blacklist-by-ep-id-and-operator-id-delete 3 params → 204404
GET
/api/v1/endpoint/{endpoint_id}/quota/data
Retrieve data quota details
endpoint-quota-data-by-endpoint-id-get 2 params → 200
POST
/api/v1/endpoint/{endpoint_id}/quota/data
Set data quota
endpoint-quota-data-by-endpoint-id-post 2 params body → 201422
DELETE
/api/v1/endpoint/{endpoint_id}/quota/data
Remove data quota
delete-endpoint-data-quota-by-id 2 params → 204404
GET
/api/v1/endpoint/{endpoint_id}/quota/sms
Show SMS quota details
endpoint-quota-sms-by-endpoint-id-get 2 params → 200
POST
/api/v1/endpoint/{endpoint_id}/quota/sms
Set SMS quota
endpoint-quota-sms-by-endpoint-id-post 2 params body → 201
DELETE
/api/v1/endpoint/{endpoint_id}/quota/sms
Remove SMS quota
delete-endpoint-sms-quota-by-id 2 params → 204404
GET
/api/v1/endpoint/{endpoint_id}/sms
List sent and received SMS
endpoint-sms-by-id-get 2 params → 200
POST
/api/v1/endpoint/{endpoint_id}/sms
Send SMS to an endpoint
endpoint-sms-by-id-post 2 params body → 201
GET
/api/v1/endpoint/{endpoint_id}/sms/{sms_id}
SMS details
endpoint-sms-by-endpoint-id-and-sms-id-get 3 params → 200
DELETE
/api/v1/endpoint/{endpoint_id}/sms/{sms_id}
Cancel SMS
endpoint-sms-by-endpoint-id-and-sms-id-delete 3 params → 200
GET
/api/v1/endpoint/{endpoint_id}/stats
Endpoint usage and cost statistics
endpoint-stats-by-id-get 2 params → 200
GET
/api/v1/endpoint/{endpoint_id}/stats/daily
Retrieve daily usage statistics for an endpoint
endpoint-stats-daily-by-id-get 4 params → 200
GET
/api/v1/endpoint/{endpoint_id}/traffic_limit_extension
List active traffic limit extensions
get-endpoint-traffic-limit-extensions 2 params → 200401403404
POST
/api/v1/endpoint/{endpoint_id}/traffic_limit_extension
Create traffic limit extension
create-endpoint-traffic-limit-extension 2 params body → 201400401403404
DELETE
/api/v1/endpoint/{endpoint_id}/traffic_limit_extension
Delete all traffic limit extensions for an endpoint
delete-endpoint-traffic-limit-extensions 2 params → 204401403404
POST
/api/v2/endpoint/multi
Bulk create endpoints
bulk-create-endpoint 1 param body → 201400403404422
DELETE
/api/v2/endpoint/multi
Bulk delete endpoints
bulk-delete-endpoint 2 params body → 204400403404
PATCH
/api/v2/endpoint/multi
Bulk update endpoints
bulk-update-endpoint 1 param body → 204400403404422

Schemas 149

The contract defines 149 schemas that model the data the API accepts and returns. The most detailed are Endpoint_EndpointSmsByEndpointIdAndSmsIdGet_Response_200 (23 properties), ApiV1EndpointEndpointIdSmsGetResponsesContentApplicationJsonSchemaItems (23 properties), ApiV1EndpointGetResponsesContentApplicationJsonSchemaItems (16 properties), ApiV2EndpointMultiPostResponsesContentApplicationJsonSchemaItems (14 properties). Each schema is shown below with its type and property counts.

BulkCreateEndpointRequestUnprocessableEntityError
object
4 properties 4 required
Endpoint_CreateEndpoint_Response_201
object
14 properties 14 required
ApiV1EndpointEndpointIdStatsDailyGetResponsesContentApplicationJsonSchemaItemsDataTrafficType
object
Information about the traffic type.
3 properties
ApiV2EndpointMultiPatchRequestBodyContentApplicationJsonSchemaItemsServiceProfile
object
1 property
ApiV1EndpointPostRequestBodyContentApplicationJsonSchemaSimStatus
object
Explicitly set the SIM status, overriding the default activation behavior.
1 property 1 required
Endpoint_EndpointQuotaDataByEndpointIdPost_Response_201
object
Empty response body
ApiV1EndpointEndpointIdQuotaDataPostRequestBodyContentApplicationJsonSchemaActionOnExhaustion
object
2 properties 1 required
ApiV1EndpointEndpointIdConnectivityGetResponsesContentApplicationJsonSchemaStatus
object
ApiV1EndpointPostResponsesContentApplicationJsonSchemaServiceProfile
object
Service profile assigned to this endpoint.
2 properties 2 required
ApiV2EndpointMultiDeleteRequestBodyContentApplicationJsonSchemaItems
object
1 property 1 required
ApiV2EndpointMultiPostRequestBodyContentApplicationJsonSchemaOrganisation
object
If provided, it must include a valid id (cannot be empty).
1 property 1 required
ApiV1EndpointGetResponsesContentApplicationJsonSchemaItemsSim
object
SIM card assigned to this endpoint. null if no SIM is assigned.
9 properties 1 required
ApiV2EndpointMultiPostRequestBodyContentApplicationJsonSchemaTariffProfile
object
Applies to all endpoints.
1 property 1 required
ApiV1EndpointEndpointIdEventGetResponsesContentApplicationJsonSchemaItemsEventSeverity
object
ApiV1EndpointEndpointIdSmsGetResponsesContentApplicationJsonSchemaItems
object
23 properties
Endpoint_EndpointByIdGet_Response_200
object
14 properties 3 required
ApiV1EndpointEndpointIdQuotaDataPostRequestBodyContentApplicationJsonSchemaStatus
object
2 properties 1 required
ApiV1EndpointEndpointIdConnectivityInfoGetResponsesContentApplicationJsonSchemaOneOf2SubscriberInfo
object
2 properties
ApiV1EndpointEndpointIdPatchRequestBodyContentApplicationJsonSchemaSimStatus
object
1 property 1 required
ApiV2EndpointMultiPostResponsesContentApplicationJsonSchemaItemsIpAddressSpace
object
ApiV1EndpointEndpointIdConnectivityGetResponsesContentApplicationJsonSchemaLocation
object
BulkUpdateEndpointRequestUnprocessableEntityError
object
4 properties 4 required
ApiV1EndpointGetResponsesContentApplicationJsonSchemaItemsServiceProfile
object
Service profile that determines network access settings for this endpoint.
2 properties 1 required
ApiV1EndpointGetResponsesContentApplicationJsonSchemaItemsTagAssignmentsItems
object
3 properties
Endpoint_EndpointSmsByIdPost_Response_201
object
Empty response body
ApiV1EndpointEndpointIdOperatorBlacklistGetResponsesContentApplicationJsonSchemaItemsCountry
object
ApiV1EndpointEndpointIdQuotaSmsPostRequestBodyContentApplicationJsonSchemaStatusDescription
string
ApiV1EndpointGetResponsesContentApplicationJsonSchemaItems
object
16 properties 3 required
ApiV1EndpointPostRequestBodyContentApplicationJsonSchemaServiceProfile
object
Service profile that determines network access settings. Must belong to your organization.
1 property 1 required
EndpointGetConnectivityInfoByEndpointIdResponse2000
object
3 properties
ApiV1EndpointGetResponsesContentApplicationJsonSchemaItemsSimSimProfileType
object
Type of SIM profile.
1 property
EndpointOperatorBlacklistByEpIdAndOperatorIdPutRequestConflictError
object
3 properties
ApiV1EndpointEndpointIdQuotaSmsPostRequestBodyContentApplicationJsonSchemaActionOnExhaustion
object
2 properties 1 required
ApiV1EndpointEndpointIdSmsSmsIdGetResponsesContentApplicationJsonSchemaEndpoint
object
ApiV1EndpointGetResponsesContentApplicationJsonSchemaItemsSimEuiccProfileData
object
eSIM profile data. Present only for eSIM-capable SIMs.
ApiV1EndpointPostResponsesContentApplicationJsonSchemaSim
object
SIM card assigned to this endpoint. null if no SIM is assigned.
7 properties
ApiV1EndpointEndpointIdEventGetResponsesContentApplicationJsonSchemaItemsEventType
object
ApiV1EndpointEndpointIdStatsDailyGetResponsesContentApplicationJsonSchemaItemsData
object
Cellular data usage for this day.
6 properties
Endpoint_EndpointQuotaDataByEndpointIdGet_Response_200
object
9 properties 4 required
ApiV1EndpointEndpointIdGetResponsesContentApplicationJsonSchemaStatus
object
2 properties 1 required
ApiV1EndpointEndpointIdSmsSmsIdGetResponsesContentApplicationJsonSchemaSourceAddressType
object
Endpoint_EndpointConnectivityByIdGet_Response_200
object
4 properties
ApiV1EndpointEndpointIdPatchRequestBodyContentApplicationJsonSchemaSim
object
2 properties 2 required
ApiV1EndpointEndpointIdStatsGetResponsesContentApplicationJsonSchemaLastMonth
object
ApiV1EndpointEndpointIdEventGetResponsesContentApplicationJsonSchemaItemsEventSource
object
ApiV2EndpointMultiPostRequestBodyContentApplicationJsonSchemaIpAddressSpace
object
Required if any endpoint in the endpoints array has an ipaddress.
1 property 1 required
ApiV1EndpointGetResponsesContentApplicationJsonSchemaItemsTariffProfile
object
Tariff profile that determines pricing and data limits for this endpoint.
2 properties 1 required
ApiV2EndpointMultiPostResponsesContentApplicationJsonSchemaItemsSim
object
ApiV1EndpointEndpointIdPatchResponsesContentApplicationJsonSchemaErrorsItems
object
3 properties
CreateEndpointRequestUnprocessableEntityError
object
5 properties 4 required
ApiV1EndpointEndpointIdConnectivityInfoGetResponsesContentApplicationJsonSchemaOneOf0SubscriberInfo
object
3 properties
ApiV1EndpointEndpointIdConnectivityInfoGetResponsesContentApplicationJsonSchemaOneOf0SubscriberInfoLocationCellGlobalId
object
4 properties
ApiV1EndpointEndpointIdStatsDailyGetResponsesContentApplicationJsonSchemaItemsSmsTrafficType
object
Information about the traffic type.
3 properties
GetConnectivityInfoByEndpointIdRequestNotFoundError
object
3 properties
ApiV1EndpointPostResponsesContentApplicationJsonSchemaSimStatus
object
SIM activation status.
2 properties
ApiV1EndpointEndpointIdSmsGetResponsesContentApplicationJsonSchemaItemsStatus
object
ApiV2EndpointMultiPostRequestBodyContentApplicationJsonSchemaEndpointsItemsSim
object
If provided for any endpoint, it must include a valid id (cannot be empty).
3 properties 1 required
ApiV1EndpointPostResponsesContentApplicationJsonSchemaErrorsItems
object
3 properties
ApiV1EndpointPostResponsesContentApplicationJsonSchemaTariffProfile
object
Tariff profile assigned to this endpoint.
3 properties 3 required
ApiV1EndpointEndpointIdEventGetResponsesContentApplicationJsonSchemaItemsOrganisation
object
ApiV1EndpointEndpointIdSmsGetResponsesContentApplicationJsonSchemaItemsSourceAddressType
object
ApiV1EndpointEndpointIdStatsDailyGetResponsesContentApplicationJsonSchemaItemsDataCurrency
object
Currency used for cost calculations.
3 properties
EndpointOperatorBlacklistByEpIdAndOperatorIdDeleteRequestNotFoundError
object
3 properties
ApiV2EndpointMultiPostResponsesContentApplicationJsonSchemaItemsTariffProfile
object
3 properties 3 required
ApiV1EndpointEndpointIdEventGetResponsesContentApplicationJsonSchemaItems
object
11 properties
ApiV2EndpointMultiPatchRequestBodyContentApplicationJsonSchemaItemsStatus
object
Endpoint status: 0 (Enabled) or 1 (Disabled)
1 property
ApiV1EndpointEndpointIdGetResponsesContentApplicationJsonSchemaTariffProfile
object
2 properties 1 required
ApiV1EndpointEndpointIdStatsDailyGetResponsesContentApplicationJsonSchemaItemsSmsCurrency
object
Currency used for cost calculations.
3 properties
ApiV1EndpointEndpointIdSmsPostRequestBodyContentApplicationJsonSchemaSourceAddressType
object
Defines the format of sourceaddress. Required when using alphanumeric sender IDs.
1 property
ApiV1EndpointEndpointIdEventGetResponsesContentApplicationJsonSchemaItemsEndpoint
object
ApiV1EndpointPostRequestBodyContentApplicationJsonSchemaTariffProfile
object
Tariff profile that determines pricing and data limits. Must belong to your organization.
1 property 1 required
ApiV2EndpointMultiPostRequestBodyContentApplicationJsonSchemaServiceProfile
object
Applies to all endpoints.
1 property 1 required
ApiV1EndpointEndpointIdOperatorBlacklistGetResponsesContentApplicationJsonSchemaItemsMncItems
object
ApiV1EndpointEndpointIdOperatorBlacklistGetResponsesContentApplicationJsonSchemaItemsTapcodeItems
object
ApiV2EndpointMultiPatchRequestBodyContentApplicationJsonSchemaItemsTariffProfile
object
1 property
ApiV1EndpointEndpointIdQuotaDataGetResponsesContentApplicationJsonSchemaStatusId
string
ApiV1EndpointEndpointIdQuotaDataGetResponsesContentApplicationJsonSchemaActionOnExhaustion
object
2 properties 1 required
ApiV1EndpointEndpointIdQuotaSmsPostRequestBodyContentApplicationJsonSchemaStatusId
string
ApiV1EndpointEndpointIdStatsDailyGetResponsesContentApplicationJsonSchemaItemsSms
object
SMS usage for this day.
6 properties
Endpoint_EndpointQuotaSmsByEndpointIdPost_Response_201
object
Empty response body
ApiV2EndpointMultiPatchResponsesContentApplicationJsonSchemaErrorsItems
object
3 properties
ApiV1EndpointEndpointIdSmsGetResponsesContentApplicationJsonSchemaItemsSmsType
object
ApiV1EndpointEndpointIdQuotaDataGetResponsesContentApplicationJsonSchemaStatusDescription
string
ApiV1EndpointEndpointIdEventGetResponsesContentApplicationJsonSchemaItemsSim
object
Endpoint_EndpointSmsByEndpointIdAndSmsIdDelete_Response_200
object
Empty response body
ApiV1EndpointEndpointIdQuotaDataGetResponsesContentApplicationJsonSchemaActionOnExhaustionId
string
ApiV1EndpointStatusGetResponsesContentApplicationJsonSchemaItems
object
2 properties 1 required
ApiV1EndpointEndpointIdQuotaDataGetResponsesContentApplicationJsonSchemaStatus
object
2 properties 1 required
ApiV2EndpointMultiPostRequestBodyContentApplicationJsonSchemaStatus
object
Applies to all endpoints.
1 property 1 required
ApiV1EndpointEndpointIdGetResponsesContentApplicationJsonSchemaSim
object
6 properties 1 required
ApiV2EndpointMultiPostResponsesContentApplicationJsonSchemaItemsServiceProfile
object
2 properties 2 required
EndpointQuotaDataByEndpointIdPostRequestUnprocessableEntityError
object
1 property
ApiV1EndpointGetResponsesContentApplicationJsonSchemaItemsRuntimeData
object
Real-time network attachment data. Only present when the endpoint is connected.
3 properties
ApiV1EndpointEndpointIdQuotaSmsPostRequestBodyContentApplicationJsonSchemaStatus
object
2 properties 1 required
ApiV1EndpointPostRequestBodyContentApplicationJsonSchemaIpAddressSpace
object
IP address space for the endpoint. Required if ipaddress is provided.
1 property 1 required
ApiV1EndpointEndpointIdStatsDailyGetResponsesContentApplicationJsonSchemaItemsSatGeoData
object
Satellite data usage for this day (if applicable).
4 properties
ApiV2EndpointMultiPatchRequestBodyContentApplicationJsonSchemaItems
object
11 properties 1 required
ApiV1EndpointEndpointIdQuotaDataPostRequestBodyContentApplicationJsonSchemaStatusId
string
ApiV1EndpointEndpointIdTrafficLimitExtensionGetResponsesContentApplicationJsonSchemaItems
object
6 properties 6 required
ApiV1EndpointPostRequestBodyContentApplicationJsonSchemaOrganisation
object
Organization to create the endpoint in. Required only for reseller accounts creating endpoints in sub-organizations.
1 property 1 required
ApiV1EndpointEndpointIdPatchRequestBodyContentApplicationJsonSchemaIpAddressSpace
object
1 property 1 required
ApiV1EndpointPostResponsesContentApplicationJsonSchemaStatus
object
Endpoint connectivity status.
2 properties 2 required
ApiV2EndpointMultiPatchRequestBodyContentApplicationJsonSchemaItemsIpAddressSpace
object
Required when setting ipaddress
1 property
ApiV1EndpointEndpointIdQuotaDataGetResponsesContentApplicationJsonSchemaActionOnExhaustionDescription
string
ApiV1EndpointGetResponsesContentApplicationJsonSchemaItemsTagAssignmentsItemsTagColor
object
Color assigned to this tag for UI display.
1 property
ApiV1EndpointEndpointIdEventGetResponsesContentApplicationJsonSchemaItemsImsi
object
ApiV1EndpointGetResponsesContentApplicationJsonSchemaItemsStatus
object
Endpoint connectivity status. Values are 0 (Enabled), 1 (Disabled), or 2 (Deleted).
2 properties 1 required
ApiV1EndpointEndpointIdQuotaDataPostRequestBodyContentApplicationJsonSchemaActionOnExhaustionId
string
ApiV2EndpointMultiPostRequestBodyContentApplicationJsonSchemaEndpointsItemsSimStatus
object
1 property 1 required
ApiV1EndpointEndpointIdPatchRequestBodyContentApplicationJsonSchemaTariffProfile
object
1 property 1 required
ApiV2EndpointMultiPatchRequestBodyContentApplicationJsonSchemaItemsSimStatus
object
SIM status: 1 (Activated) or 5 (Factory Test)
1 property
ApiV1EndpointEndpointIdSmsGetResponsesContentApplicationJsonSchemaItemsEndpoint
object
ApiV1EndpointEndpointIdConnectivityInfoGetResponsesContentApplicationJsonSchemaOneOf0SubscriberInfoLocation
object
3 properties
ApiV1EndpointEndpointIdStatsGetResponsesContentApplicationJsonSchemaCurrentMonth
object
EndpointByIdPatchRequestUnprocessableEntityError
object
4 properties 4 required
ApiV1EndpointEndpointIdPatchRequestBodyContentApplicationJsonSchemaServiceProfile
object
1 property 1 required
ApiV1EndpointGetResponsesContentApplicationJsonSchemaItemsIpAddressSpace
object
IP address space that contains this endpoint's private IP address.
1 property
ApiV1EndpointEndpointIdGetResponsesContentApplicationJsonSchemaSimStatus
object
2 properties 1 required
ApiV1EndpointPostRequestBodyContentApplicationJsonSchemaStatus
object
Initial endpoint status.
1 property 1 required
ApiV1EndpointEndpointIdGetResponsesContentApplicationJsonSchemaServiceProfile
object
2 properties 1 required
ApiV2EndpointMultiPatchRequestBodyContentApplicationJsonSchemaItemsSim
object
2 properties
Endpoint_EndpointStatsByIdGet_Response_200
object
3 properties
ApiV2EndpointMultiPostRequestBodyContentApplicationJsonSchemaEndpointsItems
object
Each item represents an endpoint to create.
6 properties
ApiV1EndpointEndpointIdGetResponsesContentApplicationJsonSchemaRuntimeData
object
3 properties
ApiV1EndpointEndpointIdOperatorBlacklistGetResponsesContentApplicationJsonSchemaItems
object
5 properties
ApiV1EndpointEndpointIdConnectivityGetResponsesContentApplicationJsonSchemaPdpContext
object
ApiV1EndpointEndpointIdStatsDailyGetResponsesContentApplicationJsonSchemaItemsSatGeoSms
object
Satellite SMS usage for this day (if applicable).
4 properties
ApiV1EndpointEndpointIdQuotaDataPostRequestBodyContentApplicationJsonSchemaStatusDescription
string
ApiV2EndpointMultiPostResponsesContentApplicationJsonSchemaItems
object
14 properties 14 required
Endpoint_CreateEndpointTrafficLimitExtension_Response_201
object
6 properties 6 required
Endpoint_EndpointSmsByEndpointIdAndSmsIdGet_Response_200
object
23 properties
ApiV1EndpointEndpointIdStatsGetResponsesContentApplicationJsonSchemaLastHour
object
ApiV2EndpointMultiPostResponsesContentApplicationJsonSchemaErrorsItems
object
3 properties
ApiV1EndpointEndpointIdSmsSmsIdGetResponsesContentApplicationJsonSchemaSmsType
object
ApiV2EndpointMultiPostResponsesContentApplicationJsonSchemaItemsStatus
object
1 property 1 required
ApiV1EndpointEndpointIdPatchRequestBodyContentApplicationJsonSchemaStatus
object
1 property 1 required
ApiV1EndpointEndpointIdQuotaSmsPostRequestBodyContentApplicationJsonSchemaActionOnExhaustionDescription
string
ApiV1EndpointEndpointIdQuotaDataPostRequestBodyContentApplicationJsonSchemaActionOnExhaustionDescription
string
ApiV1EndpointPostRequestBodyContentApplicationJsonSchemaSim
object
SIM card to assign to this endpoint. If omitted, no SIM is assigned.
3 properties 1 required
ApiV1EndpointEndpointIdGetResponsesContentApplicationJsonSchemaIpAddressSpace
object
1 property
ApiV1EndpointPostResponsesContentApplicationJsonSchemaIpAddressSpace
object
IP address space containing this endpoint's private IP address.
1 property
ApiV2EndpointMultiPostResponsesContentApplicationJsonSchemaItemsImeiWithLuhn
object
ApiV1EndpointGetResponsesContentApplicationJsonSchemaItemsSimStatus
object
SIM activation status.
2 properties 1 required
ApiV1EndpointEndpointIdQuotaSmsPostRequestBodyContentApplicationJsonSchemaActionOnExhaustionId
string
Endpoint_GetConnectivityInfoByEndpointId_Response_200
ApiV1EndpointEndpointIdSmsSmsIdGetResponsesContentApplicationJsonSchemaStatus
object
EndpointGetConnectivityInfoByEndpointIdResponse2001
object
2 properties
ApiV1EndpointEndpointIdStatsDailyGetResponsesContentApplicationJsonSchemaItems
object
5 properties
EndpointGetConnectivityInfoByEndpointIdResponse2002
object
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

emnify-subpackage-endpoint-api-openapi.yml Raw ↑

Other APIs emnify publishes across the network.

emnify GraphQL API
emnify Data Streamer
emnify Documentation MCP Server
emnify subpackage_applicationTokens API
emnify subpackage_authentication API
emnify subpackage_automations API
emnify subpackage_cloudConnect API
emnify subpackage_customEvents API
emnify subpackage_euicc API
emnify subpackage_euiccOperation API
emnify subpackage_events API
emnify subpackage_integrations API
Where this information came from

This is an independent, third-party profile of emnify subpackage_endpoint API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.