Claim A List Of Devices Licenses And Or Orders Into An Organization

POST {{baseUrl}}/organizations/:organizationId/claim

Claim a list of devices, licenses, and/or orders into an organization. When claiming by order, all devices and licenses in the order will be claimed; licenses will be added to the organization and devices will be placed in the organization's inventory.

Request Body

{"orders"=>["<string>", "<string>"], "serials"=>["<string>", "<string>"], "licenses"=>[{"key"=>"<string>", "mode"=>"<string>"}, {"key"=>"<string>", "mode"=>"<string>"}]}

HEADERS

KeyDatatypeRequiredDescription
X-Cisco-Meraki-API-Keynull
Content-Typestring

RESPONSES

status: OK

{&quot;orders&quot;:[&quot;4CXXXXXXX&quot;],&quot;serials&quot;:[&quot;Q234-ABCD-5678&quot;],&quot;licenses&quot;:[{&quot;key&quot;:&quot;Z2XXXXXXXXXX&quot;,&quot;mode&quot;:&quot;addDevices&quot;}]}