endpoints.pairingCode
GET
https://relay.bluejeans.com/api/endpoints/:pairingCodeId/pairingcode
Retrieve the Zero Touch pairing code information for the Endpoint.
GET /api/endpoints/622ec061accec41991eb2296/pairingcode HTTP/1.1
HTTP/1.1 200 OK
Content-Type: application/json
{
"id": "622ec061accec41991eb2296",
"code": "PVMTZ",
"endpoint": {
"id": "5f0ce035e16c3c7a4cbf1c37",
"name": "Cisco EX60",
"ipAddress": "10.4.4.124",
"listenerServiceId": "616d006e2dae5b4a72005c59",
"controlProtocol": "TANDBERG_HTTP",
"calendarId": "joe.bloggs@bluejeans.com",
"calendarType": "OFFICE_365"
},
"endpointCapabilities": [
"CALENDAR_PUSH",
"STATUS",
"HANGUP",
"JOIN",
"MUTE_MICROPHONE"
]
}
inputs
pairingCodeId
the id of the PairingCode you want to get the Zero Touch information for
String
PATH
yes
622ec061accec41991eb2296
outputs
a PairingCode object which contains an Endpoint object and a list of EndpointCapability objects
application/json
PairingCode