cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2610
Views
1
Helpful
2
Replies

MR API Endpoint Question

Forgive me if I've missed something obvious... I'm looking for the API endpoint to add already claimed access points to existing networks. Anyone have any suggestions?

1 Accepted Solution

Accepted Solutions

JeromeA_23
Level 3
Level 3

Hi @elandelwoodproducts

That's the endpoint "claim network devices" where you set networkID in the URL and serial Number in the request body

It will add the listed devices to the network

https://developer.cisco.com/meraki/api-v1/#!claim-network-devices

The other endpoint to claim order/devices into Organization dashboard is "Claim into Organization", which indeed claim the devices the first time into your dashboard

https://developer.cisco.com/meraki/api-v1/#!claim-into-organization

View solution in original post

2 Replies 2

JeromeA_23
Level 3
Level 3

Hi @elandelwoodproducts

That's the endpoint "claim network devices" where you set networkID in the URL and serial Number in the request body

It will add the listed devices to the network

https://developer.cisco.com/meraki/api-v1/#!claim-network-devices

The other endpoint to claim order/devices into Organization dashboard is "Claim into Organization", which indeed claim the devices the first time into your dashboard

https://developer.cisco.com/meraki/api-v1/#!claim-into-organization

That did it. Thanks!