Return prioritized conversational nudges from commitment state.
cURL
curl --request GET \ --url https://api.example.com/api/dashboard/nudges \ --header 'Authorization: Bearer <token>'
{ "items": [ { "nudge_type": "due_approaching", "memory_id": 123, "topic": "<string>", "message": "<string>", "days_value": 123, "project": "<string>", "scope": "<string>" } ], "total": 123 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Filter by scope (personal or work)
personal
work
Successful Response
List response for nudges endpoint.
Show child attributes