Follow the question structure recommended by Dev Bot before submitting your integration questions.
| Parameter | Type | Required | Description |
|---|---|---|---|
| idProspect | int32 | No | Filters the services of the prospect by ID. |
| idBranch | int32 | No | Filters by the branch ID. Required when used with general admin key. |
| Parameter | Type | Description |
|---|---|---|
| idService | int | ID of the service |
| nameService | string | Name of the service |
username:passwordAuthorization: Basic *****************curl --location 'https://evo-integracao-api.w12app.com.br/api/v1/prospects/services?idProspect=undefined&idBranch=undefined' \
--header 'Authorization: Basic <encoded-value>'[
{
"idService": 0,
"nameService": "string"
}
]