GET
/
management
/
live-phone-status-logs
Display a listing of the status logs
curl --request GET \
  --url https://api.comm.com/api/management/live-phone-status-logs \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

page
integer | null
per_page
integer | null
phone_number
string
live_phone_id
string
is_active
boolean
default:false
start_date
string
end_date
string
search_ids
string<uuid>[]

Response

200
application/json

The response is of type object.