Rejecting calls
#
ConceptThis method activates the option of automatic call rejection in your API. When enabled, all incoming voice calls received by the number connected to the API will be automatically rejected.
#
Method#
/update-call-reject-autoPUT
https://api.z-api.io/instances/YOUR_INSTANCE/token/YOUR_TOKEN/update-call-reject-auto
#
HeaderKey | Value |
---|---|
Client-Token | ACCOUNT SECURITY TOKEN |
#
Request Body#
Admin Panel#
Response#
200#
405In this case certify that you are sending the correct specification of the method. This means, verify if you sent a PUT or POST as specified at the beginning of this topic.
#
415In case you receive 415 error, make sure to add the “Content-Type” of the object you are sending in the request headers, mostly “application/json”