Reprovision

Reprovision all phones

post

Re-provision all phones.

Authorizations
Responses
200
OK
post
POST /api/phones/reprovision HTTP/1.1
Host: hostname:8887
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*

No content

Reprovision a phone

post

Re-provision a phone by it's MAC address.

Authorizations
Path parameters
macstringRequired

MAC address.

Responses
200
OK
post
POST /api/phones/{mac}/reprovision HTTP/1.1
Host: hostname:8887
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*

No content