Skip to main content
GET
Get Sip Messages For A Phone Number

Headers

x-api-key
string | null

Your API key for programmatic access. Send it in the x-api-key header; you can create and manage keys from the Developers page.

Path Parameters

phone_number_id
string
required

The phone number ID. This is returned when a phone number is imported.

Example:

"TeaqRRdTcIfIu2i7BYfT"

Query Parameters

page_size
integer
default:20
Required range: 1 <= x <= 20
cursor
string | null

Used for fetching next page. Cursor is returned in the response.

Response

Successful Response

sip_messages
SIPLogMessage · object[]
required
next_cursor
string | null
has_more
boolean
default:false