Set account email
#
Method#
/security/emailPOST
https://api.z-api.io/instances/YOUR_INSTANCE/token/YOUR_TOKEN/security/email
#
HeaderKey | Value |
---|---|
Client-Token | ACCOUNT SECURITY TOKEN |
#
ConceptMethod used to register an email on your WhatsApp account. This email could be used later to recovery the security PIN code of your account.
caution
This API is available only for mobile instances.
#
Attributes#
RequiredAttributes | Type | Description |
---|---|---|
string | Email to be registered on your WhatsApp account |
#
Request Body#
Response#
200Attributes | Type | Description |
---|---|---|
success | boolean | Defines if the request was executed successfully |
message | string | In case of success, it may request email verification (VERIFY_EMAIL). This way, an email will be sent to the address provided in the request, containing a code that must be used in the verify email API to complete the registration. In case of failure, it returns a message regarding the error |
#
Example#
400Invalid request. Check if the data you are sending is in accordance with the documentation above.
#
405In this case, make sure you are correctly sending the method specification, 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" of the object you are sending to the headers of the request, mostly "application/json"