Skip to main content

List SIP accounts

GET 

/api/v1/sipaccounts

Retrieve list of SIP accounts (trunks) configured for the authenticated user.

SIP Accounts allow making/receiving calls through the platform using SIP protocol.

Returned Information:

  • Account credentials and settings
  • Call routing configuration
  • Usage limits and restrictions
  • Allowed IP addresses (if configured)

Technical accounts the platform manages for you — the Webphone account and each SDK token's account (labelled SDK Instance: <token label>) — are listed too, but cannot be fetched by id, updated or deleted through this API.

Authentication:

  • Requires Bearer token in Authorization header: Authorization: Bearer <token>

Responses​

Successfully returns list of SIP accounts with configuration details