For the complete documentation index, see llms.txt. This page is also available as Markdown.

Reprovision

Reprovision all phones

post

Re-provision all phones.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

OK

No content

post
/phones/reprovision

No content

Reprovision a phone

post

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

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
macstringRequired

MAC address.

Responses
200

OK

No content

post
/phones/{mac}/reprovision

No content

Was this helpful?