Follow the question structure recommended by Dev Bot before submitting your integration questions.
| Parameter | Type | Required | Description |
|---|---|---|---|
| string | No | Associated email | |
| token | string | No | Previous identification token of the gateway (when applicable). |
| idCliente | int32 | No | ID of the customer linked to the payment form. |
| idProspect | int32 | No | ID of the prospect linked to the payment form. |
| idBranch | int32 | No | ID of the branch (used only in multi-location scenarios; ignored otherwise). |
{
"formToken": "FCouWglDKdiuedkskWLSOlvjak"
}username:passwordAuthorization: Basic *****************curl --location 'https://evo-integracao-api.w12app.com.br/api/v1/configuration/gateway-form-token?email=undefined&token=undefined&idCliente=undefined&idProspect=undefined&idBranch=undefined' \
--header 'Authorization: Basic <encoded-value>'{
"mensagens": [
"string"
]
}