Online Visibility
#
Method#
/privacy/onlinePOST
https://api.z-api.io/instances/{{instanceId}}/token/{{instanceToken}}/privacy/online
#
HeaderKey | Value |
---|---|
Client-Token | ACCOUNT SECURITY TOKEN |
#
ConceptThrough this method, you can configure who can see when you are online.
#
Attributes#
RequiredAttributes | Type | Description |
---|---|---|
visualizationType | string | Visibility scope (ALL, SAME_LAST_SEEN) |
String (visualizationType)
Visibility scope. Accepted values:
- ALL (Everyone can see)
- SAME_LAST_SEEN (Same configuration as "last seen")
#
Request BodyMethod
POST
https://api.z-api.io/instances/YOUR_INSTANCE/token/YOUR_TOKEN/privacy/online
Example
#
Response#
200Attributes | Type | Description |
---|---|---|
success | boolean | true if successful, false in case of failure |
Example
#
405In this case, ensure that you are sending the method specification correctly, i.e., check if you sent the POST or PUT as specified at the beginning of this topic.
#
415If you receive a 415 error, make sure to add the "Content-Type" of the object you are sending in the request headers, in most cases, it should be "application/json".