Skip to main content

Gets a Wi-Fi connection by ID

GET /v1/wificonnection/{wifiConnectionID}

Summary

Gets a Wi-Fi connection by ID.

Details

Returns the Wi-Fi connection details for the authenticated user.

Authentication

No operation-level security requirement is documented here.

Parameters

NameInTypeRequiredDescriptionExample
wifiConnectionIDpathinteger (int64)YesThe ID of the Wi-Fi connection to retrieve.1

Request Body

No request body is documented here.

Responses

200

Success

application/json

  • key (integer (int64), optional)
  • securityType (string, optional)
  • sSID (string, optional)
  • alias (string, optional)
  • password (string, optional)
  • creationDate (string (date-time), optional)

Example

{
"key": 1,
"securityType": "Example value",
"sSID": "Example value",
"alias": "Example value",
"password": "ExamplePassword123!",
"creationDate": "2026-03-30T12:00:00.0000000Z"
}