cURL
curl --request GET \ --url https://web-api.clerk.chat/public/admin/unassigned-phones \ --header 'apiKey: <api-key>'
{ "data": [ { "id": "<string>", "number": "<string>", "provider": "twilio" } ] }
Lists all phone numbers that are not assigned to users
List of unassigned phone numbers
Response containing a list of unassigned phone numbers