Follow the question structure recommended by Dev Bot before submitting your integration questions.
NOTE. Available for use with branch access key and also with General ADM access key.
| Parameter | Type | Required | Description |
|---|---|---|---|
| string | No | Member's email. | |
| password | string | No | Member's password. |
| changePassword | boolean | No | Check this option if the password has not been set yet and create a new one. |
username:passwordAuthorization: Basic *****************curl --location --request POST 'https://evo-integracao-api.w12app.com.br/api/v1/members/auth?email=undefined&password=undefined&changePassword=undefined' \
--header 'Authorization: Basic <encoded-value>'{
"idMember": 0,
"idBranch": 0,
"idEnterprise": 0,
"name": "string",
"dns": "string",
"successAuthenticate": true,
"urlResetPassword": "string",
"urlMemberArea": "string"
}