Skip to main content
GET
/
sip-endpoints
List SIP endpoints
curl --request GET \
  --url https://api.goyappr.com/sip-endpoints \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "After-hours",
      "slug": "after-hours-bz3r3mtypuwuw8tpdw3x392s",
      "inbound_agent_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "is_active": true,
      "last_call_at": "2023-11-07T05:31:56Z",
      "allowed_source_ips": [
        "203.0.113.0/24"
      ],
      "sip_uri": "sip:after-hours-bz3r3mtypuwuw8tpdw3x392s@yappr-byoc.sip.telnyx.com",
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z"
    }
  ],
  "total": 123,
  "limit": 123,
  "offset": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.goyappr.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Your Yappr API key (e.g. ypr_live_...). Generate one in the dashboard under Settings → API Keys.

Query Parameters

limit
integer
default:50
Required range: x <= 200
offset
integer
default:0

Response

200 - application/json

List of SIP endpoints

data
object[]
total
integer
limit
integer
offset
integer