Report Contact
#
Method#
/contacts/{{phone}}/reportPOST
https://api.z-api.io/instances/YOUR_INSTANCE/token/YOUR_TOKEN/contacts/{{phone}}/report
#
HeaderKey | Value |
---|---|
Client-Token | ACCOUNT SECURITY TOKEN |
#
ConceptThis method is responsible for reporting a contact.
#
Attributes#
RequiredAttribute | Type | Description |
---|---|---|
phone | string | Phone number you want to report |
#
Request Params#
Example URLMethod
POST
https://api.z-api.io/instances/YOUR_INSTANCE/token/YOUR_TOKEN/contacts/5544999999999/report
#
Response#
200Attribute | Type | Description |
---|---|---|
success | boolean | Action confirmation attribute (true, false) |
error | string | Error message, if any |
Example
#
400#
405In this case, make sure you are sending the method specification correctly, i.e., check if you sent the POST or GET as specified at the beginning of this topic.
#
415If you receive a 415 error, make sure to add the "Content-Type" header to the request for the object you are sending, most commonly "application/json."