GET
/
public
/
admin
/
unassigned-phones
curl --request GET \
  --url https://web-api.clerk.chat/public/admin/unassigned-phones \
  --header 'apiKey: <api-key>'
{
  "data": [
    {
      "id": "<string>",
      "number": "<string>",
      "provider": "twilio"
    }
  ]
}

Authorizations

apiKey
string
header
required

Response

200
application/json
List of unassigned phone numbers

Response containing a list of unassigned phone numbers

data
object[]
required