v14

latestOpenAPI 3.0.3BSD 3-Clauseraw.githubusercontent.com2026-08-013939103.6 KB
node

Get current joiner data

get/node/commissioner/joiner

Response

Returns an array of currently active joiners

pskdstring

Joining device's pre-shared key

joinerIdstring

A string of the EUI-64, Discerner, or "*", mutually exclusive with eui and discerner.

euistring

A string of the EUI-64, mutually exclusive with joinerId and discerner.

discernerstring

A discerner in the form of the discerner hex value (optionally with leading 0x) and bit length separated by a '/'. Field is mutually exclusive with joinerId and eui.

timeoutinteger

Joiner expiration time in milliseconds on response and seconds on request

Example response

[
  {
    "pskd": "J01NME",
    "joinerId": "0xabc/12",
    "eui": "0123456789abcdef",
    "discerner": "0xabc/12"
  }
]