Hi @JoergT, You can find all the info about the API in the documentation. https://dashboard.meraki.com/manage/support/api_docs Think you need "Return a switch port", but they do not send all the info you need. See sample response below. SAMPLE RESPONSE Successful HTTP Status: 200 {
"number": 1,
"name": "my port",
"tags": "dorm-room limited",
"enabled": true,
"type": "access",
"vlan": 10,
"voiceVlan": 20,
"poeEnabled": true,
"isolationEnabled": false,
"rstpEnabled": true,
"stpGuard": "disabled",
"accessPolicyNumber": "asdf1234",
"linkNegotiation": "Auto negotiate"
} Cheers, Ben
... View more