Çağrı Merkezi

dial-allowlist

3 uç · /api/callcenter/v1/dial-allowlist

İstek örnekleri ucun GERÇEK metodu ve yolundan üretilir. 3 ucun elle doğrulanmış gövde örneği henüz yok; o uçlarda iskelet gövdesizdir — uydurma bir alan yazmıyoruz.

GET/api/callcenter/v1/dial-allowlist

List allowlist

Oturum
İstek
curl -X GET "https://{slug}.call.blesyum.app/api/callcenter/v1/dial-allowlist" \
  -H "Authorization: Bearer <oturum-token>" \
  -H "Accept: application/json"
Yanıt
{
  "data": "…",
  "trace_id": "01JC…"
}
POST/api/callcenter/v1/dial-allowlist

Add allowlist

Oturum
İstek
curl -X POST "https://{slug}.call.blesyum.app/api/callcenter/v1/dial-allowlist" \
  -H "Authorization: Bearer <oturum-token>" \
  -H "Accept: application/json"
Yanıt
{
  "data": "…",
  "trace_id": "01JC…"
}
DELETE/api/callcenter/v1/dial-allowlist/{id}

Remove allowlist

OturumYol parametresi: id
İstek
curl -X DELETE "https://{slug}.call.blesyum.app/api/callcenter/v1/dial-allowlist/<id>" \
  -H "Authorization: Bearer <oturum-token>" \
  -H "Accept: application/json"
Yanıt
{
  "data": "…",
  "trace_id": "01JC…"
}
Bu sayfa işine yaradı mı?