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
Documentation IndexFetch the complete documentation index at: https://docs.clerk.chat/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.clerk.chat/llms.txt
Use this file to discover all available pages before exploring further.
List of unassigned phone numbers
Response containing a list of unassigned phone numbers
Show child attributes