Skip to content

KAZOO Support Channels

This documentation is curated by 2600Hz as part of the KAZOO open source project. Join our community forums here for peer support. Only features in the docs.2600hz.com/supported space are included as part of our 2600Hz Support Services plan.

Cccps

Cccps#

About Cccps#

Schema#

Calling cards callback platform user's info

Key Description Type Default Required Support Level
active Show's whether CID/PIN active boolean() false false
cid CID to authorize string() false
comment Some notes regarding what this pin/cid for string() false
max_concurent_calls_per_user Calls per user limit. Counts all user's legs and compares to max_concurrent_calls_per_user multiplied by 2 integer() false
pin PIN to authorize string() false
retain_cid Pass initial caller number to the callee boolean() false
user_id The ID of the user object that 'owns' cid/pin string(32) false

Fetch#

GET /v2/accounts/{ACCOUNT_ID}/cccps

curl -v -X GET \
    -H "X-Auth-Token: {AUTH_TOKEN}" \
    http://{SERVER}:8000/v2/accounts/{ACCOUNT_ID}/cccps