quote
- base
- localhost
- dev
- prod
/v2/private/userDash/quote
http://localhost:1350/v2/private/userDash/quote
https://dev.everdays.com/v2/private/userDash/quote
https://everdays.com/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​
| Param | Type | Description |
|---|
Example request body
body: {
}
Returns​
The user object.
Example return object of just user
user: {
...
}