---
title: "Store Telnyx WebRTC credentials securely"
method: POST
path: "/integrations/credentials/telnyx"
tags: ["IntegrationCredentials"]
---

# Store Telnyx WebRTC credentials securely

`POST /integrations/credentials/telnyx`

## Request body

- TelnyxCredentialsDto — Telnyx WebRTC credentials for browser-based softphone
  - `apiKey` string, nullable — Telnyx v2 API key (optional, for provisioning)
  - `sipUsername` string, nullable — SIP credential connection username (required for WebRTC)
  - `sipPassword` string, nullable — SIP credential connection password (required for WebRTC)
  - `connectionId` string, nullable — TeXML/Credential connection ID
  - `callerIdNumber` string, nullable — Caller ID phone number (Telnyx DID)
  - `callerIdName` string, nullable — Caller ID name (displayed on outbound calls)

## Response `200`

OK

- TelnyxCredentialsStatusDto
  - `isConfigured` boolean
  - `hasSipCredentials` boolean
  - `hasApiKey` boolean
  - `callerIdNumber` string, nullable
  - `callerIdName` string, nullable

---

[API](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1.md) · [All operations](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clinicos/pawthosx-business-api-v1/revisions/a905bde4e796/schema)
