Was this helpful?
Re-provision all phones.
/phones/reprovision
curl -L \ --request POST \ --url 'https://HOSTNAME:8887/api/phones/reprovision' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
No body
Re-provision a phone by it's MAC address.
/phones/{mac}/reprovision
MAC address.
curl -L \ --request POST \ --url 'https://HOSTNAME:8887/api/phones/{mac}/reprovision' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN'