Skip to main content
POST
/
v1
/
voice
/
call-caps
Store a newly created voice call cap
curl --request POST \
  --url https://api.comm.com/api/v1/voice/call-caps \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "daily_cap": 2,
  "country_id": 123,
  "timezone": "<string>",
  "is_enabled": true
}
'
"<string>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
daily_cap
integer
required
Required range: x >= 1
country_id
integer | null
timezone
string
is_enabled
boolean

Response

The response is of type string.