API Reference
자격증명 단건 조회 (password/ha1 미포함)
Authorization
BearerAuth AuthorizationBearer <token>
API Key를 Bearer 토큰으로 전달
In: header
Path Parameters
accountId*string
credentialId*string
Response Body
application/json
application/json
curl -X GET "https://example.com/v1/accounts/AC1a2b3c4d/sip-credentials/SC1a2b3c4d"{
"id": "string",
"accountId": "string",
"name": "Acme WebRTC 앱",
"username": "webrtc_acme01",
"realm": "ac1a2b3c4d.sip.claw-ops.com",
"enabled": true,
"status": "active",
"ipAclId": "string",
"allowedNumbers": [
"string"
],
"lastUsedAt": "2019-08-24T14:15:22Z",
"dateCreated": "2019-08-24T14:15:22Z",
"dateUpdated": "2019-08-24T14:15:22Z"
}{
"error": "string",
"code": "INVALID_PHONE_NUMBER"
}