Re-provision all phones.
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.
MAC address.
curl -L \ --request POST \ --url 'https://HOSTNAME:8887/api/phones/{mac}/reprovision' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
Was this helpful?