Follow the question structure recommended by Dev Bot before submitting your integration questions.
Endpoint to query prospects with various filters and pagination.
NOTE. Available for use with branch access key and also with General ADM access key.
| Parameter | Type | Required | Description |
|---|---|---|---|
| idProspect | int32 | No | ID of the prospect |
| name | string | No | Name of the prospect |
| document | string | No | Document of the prospect |
| string | No | Email of the prospect | |
| phone | string | No | Phone/cell number of the prospect |
| registerDateStart | date-time | No | Start date for registration filter |
| registerDateEnd | date-time | No | End date for registration filter |
| conversionDateStart | date-time | No | Start date for conversion date filter |
| conversionDateEnd | date-time | No | End date for conversion date filter |
| take | int32 | No | Total records to return (maximum 50). Default: 50 |
| skip | int32 | No | Total records to skip (offset). Default: 0 |
| gympassId | string | No | Gympass ID of the prospect |
The response returns a list of registered prospects, containing personal information, contact data, registration source, conversion status, interests, and financial responsible parties.
| Field | Type | Description |
|---|---|---|
idProspect | int32 | Unique identifier of the prospect. |
idBranch | int32 | ID of the branch where the prospect was registered. |
branchName | string | Name of the branch associated with the prospect. |
firstName | string | First name of the prospect. |
lastName | string | Last name of the prospect. |
registerName | string | Name provided at the time of registration. |
registerLastName | string | Last name provided at the time of registration. |
usePreferredName | boolean | Indicates if the prospect uses a preferred name. |
document | string | Main document of the prospect (e.g., CPF). |
rg | string | General Registry (RG) of the prospect. |
cellphone | string | Cell phone number. |
email | string | Email address of the prospect. |
gympassId | string | Identifier of the prospect in partner platforms (e.g., Gympass). |
registerDate | date-time | Registration date of the prospect. |
gender | string | Gender provided by the prospect. |
birthDate | date-time | Birth date of the prospect. |
signupType | string | Type of registration performed (e.g., in-person, online, campaign). |
mktChannel | string | Marketing channel of the prospect's origin. |
conversionDate | date-time | Conversion date of the prospect to member, if applicable. |
idMember | int32 | ID of the member associated after conversion. |
currentStep | string | Current step in the relationship/commercial funnel. |
address | string | Address of the prospect. |
city | string | City of the address. |
complement | string | Address complement. |
neighborhood | string | Neighborhood of the address. |
state | string | State of the address. |
country | string | Country of the address. |
zipCode | string | ZIP code. |
number | string | Address number. |
temperature | string | Interest classification of the prospect (e.g., cold, warm, hot). |
notes | string | Additional notes about the prospect. |
interests | array | List of interests provided by the prospect. |
financiallyResponsibles | array | Financially responsible parties associated with the prospect. See more below. |
financiallyResponsibles| Field | Type | Description |
|---|---|---|
idMember | int32 | Identifier of the financially responsible member. |
name | string | Name of the financially responsible party. |
email | string | Email of the financially responsible party. |
cpf | string | CPF of the financially responsible party. |