Skip to main content

quote

/v2/private/userDash/quote

Available Methods​

  • POST

POST /v2/private/userDash/quote​

This endpoint is used to retrieve a quote from TruStage for the user.

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

Params​

ParamTypeDescription
Example request body
body: {
}

Returns​

The user object.

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