cURL
curl --request GET \ --url https://api.comm.com/api/management/live-phones \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "phone_number": 123, "country_id": 123, "network_id": 123, "is_active": true, "last_used_at": "<string>", "used_count": 123, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "deleted_at": "2023-11-07T05:31:56Z", "network_brand_id": "<string>", "email": "<string>" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Array of LivePhoneResource
LivePhoneResource
The response is of type object.
object