curl --request GET \
--url https://api.open.cx/phone{
"items": [
{
"id": "<string>",
"name": "<string>",
"phone_number": "<string>"
}
],
"next": "<string>"
}curl --request GET \
--url https://api.open.cx/phone{
"items": [
{
"id": "<string>",
"name": "<string>",
"phone_number": "<string>"
}
],
"next": "<string>"
}Was this page helpful?