For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Request featuresContact support
    • Welcome
  • Quickstart
    • Sign up for an account
    • emnify Trial plan
    • Order and auto-register SIMs
    • Register SIMs
    • Create a device
    • Configure the APN
    • emnify REST API
    • Troubleshooting
  • Services
      • Data Streamer
      • Events
        • Event types
          • Generic events
          • Network attachment and location
          • Data connection lifecycle
          • Application and user authentication
          • User management
          • Device status management
          • Limit enforcement
          • Data quota management
          • SMS quota management
          • Cloud Connect lifecycle
          • OpenVPN lifecycle
          • Organization and billing
        • Work with system events
      • Security
    • Support
LogoLogo
Request featuresContact support
On this page
  • OpenVPN authentication
ServicesPlatformEventsEvent types

OpenVPN lifecycle

Was this page helpful?

Last updated July 15, 2025

Previous

Cloud Connect lifecycle

Next

Organization and billing

Built with
IDDescription
30OpenVPN authentication

OpenVPN authentication

Client is successfully authenticated on OpenVPN.

Example JSON response
1{
2 "user": {
3 "username": "jane.doe@example.com",
4 "id": 225061,
5 "name": "Jane Doe"
6 },
7 "endpoint": null,
8 "event_source": {
9 "description": "API",
10 "id": 2
11 },
12 "description": "OpenVPN client (re-)authenticated successfully",
13 "event_severity": {
14 "description": "INFO",
15 "id": 0
16 },
17 "timestamp": "2021-10-27T15:17:23Z",
18 "organisation": {
19 "id": 19910,
20 "name": "Example Org"
21 },
22 "detail": {
23 "region": "eu-west-1",
24 "client": {
25 "public_ip": "53.240.46.216",
26 "version": "2.5.4",
27 "private_ip": "40.220.96.255"
28 },
29 "protocol": "udp"
30 },
31 "alert": false,
32 "keen": {
33 "timestamp": "2021-10-27T15:17:38.065Z",
34 "created_at": "2021-10-27T15:17:38.065Z",
35 "id": "11855d2331d1f324470ca3b"
36 },
37 "sim": null,
38 "id": 153792067277,
39 "imsi": null,
40 "event_type": {
41 "description": "OpenVPN authentication",
42 "id": 30
43 }
44}