Create new user in specific branch
Request
Send your HTTP requests with an Authorization
header that contains the word Basic followed by a space and a base64-encoded string username:password Example:Authorization: Basic *****************
or
{
"email": "string",
"name": "string",
"country": "string",
"birthDate": "2019-08-24T14:15:22.123Z",
"ddi": "string",
"cellphone": "string",
"document": "string",
"documentKind": 0,
"validateCpf": true,
"idW12Token": "string"
}
Request Code Samples
curl --location 'https://evo-integracao-api.w12app.com.br/api/v1/mobile/sign-up' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json-patch+json' \
--data '{
"email": "string",
"name": "string",
"country": "string",
"birthDate": "2019-08-24T14:15:22.123Z",
"ddi": "string",
"cellphone": "string",
"document": "string",
"documentKind": 0,
"validateCpf": true,
"idW12Token": "string"
}'
Responses
This response does not have a body.
Modified at 2026-05-15 18:32:28