Skip to main content

:id

/v2/private/salesAgent/lead/:id

Available Methods​

  • GET

GET /v2/private/salesAgent/lead/:id​

This endpoint is used by Sales Agents / Counselors to fetch a specific lead's data.

info

The user calling this endpoint must be Sales Agent / Counselor or Everdays Admin

Params​

ParamTypeDescription
Example request body
body: {
}

Returns​

The lead's user object.

Example return object of just user
user: {
...
}