emnify Event
Schema for events emitted by the emnify platform — network events (attach/detach, location update, PDP context create/update/release), SMS events, and API/portal user actions. Events are surfaced via the Events API and the Data Streamer.
Properties
| Name | Type | Description |
|---|---|---|
| id | integer | Unique event identifier. |
| timestamp | string | ISO 8601 timestamp when the event occurred. |
| event_type | object | Categorical event type. |
| event_severity | object | Severity classification (Info, Warning, Error). |
| event_source | object | Originating source (Network, API, Portal, System). |
| description | string | Human-readable description of the event. |
| endpoint | objectnull | Endpoint associated with the event. |
| sim | objectnull | SIM associated with the event. |
| imsi | objectnull | IMSI associated with the event. |
| organisation | objectnull | Organisation context. |
| user | objectnull | API or portal user that triggered the event, if applicable. |
| detail | objectnull | Free-form event detail payload (varies by event type). |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api-evangelist.com/schemas/emnify/emnify-event-schema.json",
"title": "emnify Event",
"description": "Schema for events emitted by the emnify platform — network events (attach/detach, location update, PDP context create/update/release), SMS events, and API/portal user actions. Events are surfaced via the Events API and the Data Streamer.",
"type": "object",
"properties": {
"id": {
"type": "integer",
"description": "Unique event identifier."
},
"timestamp": {
"type": "string",
"format": "date-time",
"description": "ISO 8601 timestamp when the event occurred."
},
"event_type": {
"type": "object",
"description": "Categorical event type.",
"properties": {
"id": {"type": "integer"},
"description": {"type": "string"}
},
"required": ["id", "description"]
},
"event_severity": {
"type": "object",
"description": "Severity classification (Info, Warning, Error).",
"properties": {
"id": {"type": "integer"},
"description": {"type": "string", "enum": ["Info", "Warning", "Error"]}
}
},
"event_source": {
"type": "object",
"description": "Originating source (Network, API, Portal, System).",
"properties": {
"id": {"type": "integer"},
"description": {"type": "string"}
}
},
"description": {
"type": "string",
"description": "Human-readable description of the event."
},
"endpoint": {
"type": ["object", "null"],
"description": "Endpoint associated with the event.",
"properties": {
"id": {"type": "integer"},
"name": {"type": "string"}
}
},
"sim": {
"type": ["object", "null"],
"description": "SIM associated with the event.",
"properties": {
"id": {"type": "integer"},
"iccid": {"type": "string"}
}
},
"imsi": {
"type": ["object", "null"],
"description": "IMSI associated with the event.",
"properties": {
"id": {"type": "integer"},
"imsi": {"type": "string"}
}
},
"organisation": {
"type": ["object", "null"],
"description": "Organisation context.",
"properties": {
"id": {"type": "integer"},
"name": {"type": "string"}
}
},
"user": {
"type": ["object", "null"],
"description": "API or portal user that triggered the event, if applicable.",
"properties": {
"id": {"type": "integer"},
"username": {"type": "string"}
}
},
"detail": {
"type": ["object", "null"],
"description": "Free-form event detail payload (varies by event type)."
}
},
"required": ["id", "timestamp", "event_type"]
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/json-schemas/emnify-event"
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.