Skip to main content

quote

/v2/private/salesAgent/lead/:id/quote

Available Methods​

  • POST

POST /v2/private/salesAgent/lead/:id/quote​

This endpoint is used by Sales Agents / Counselors to retrieve a quote from Tru Stage for the lead.

No params need to be passed to the request, all the data that will be submitted will be taken from the user object itself.

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: {
...
}