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 admin access key.
| Field | Type | Description |
|---|---|---|
idInterest | int32 | Unique identifier of the interest. |
idBranch | int32 | ID of the branch associated with the interest. |
name | string | Name/description of the prospect's interest. |
username:passwordAuthorization: Basic *****************curl --location 'https://evo-integracao-api.w12app.com.br/api/v2/prospects/interests' \
--header 'Authorization: Basic <encoded-value>'[
{
"idInteresse": 0,
"idFilial": 0,
"nome": "string"
}
]