Follow the question structure recommended by Dev Bot before submitting your integration questions.
| Method | Endpoint | Description |
|---|---|---|
GET | /api/v1/prospects | Returns the list of registered prospects. |
POST | /api/v1/prospects | Adds a new prospect. |
PUT | /api/v1/prospects | Updates the data of an existing prospect. |
GET | /api/v1/prospects/services | Returns the services associated with a prospect. |
POST | /api/v1/prospects/transfer | Transfers a prospect from one branch to another.. |
GET | /api/v1/prospects/latest-transfer | Returns the last branch transfer made by the prospect. |
GET | /api/v2/prospects/interests | Returns the list of interests registered for prospects. |