Cccps

About Cccps

Schema

Calling cards callback platform user’s info

KeyDescriptionTypeDefaultRequiredSupport Level
activeShow’s whether CID/PIN activeboolean()falsefalse
cidCID to authorizestring()false
commentSome notes regarding what this pin/cid forstring()false
max_concurent_calls_per_userCalls per user limit. Counts all user’s legs and compares to max_concurrent_calls_per_user multiplied by 2integer()false
pinPIN to authorizestring()false
retain_cidPass initial caller number to the calleeboolean()false
user_idThe ID of the user object that ‘owns’ cid/pinstring(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

On this Page