goals

Bootstrap Goal Browser Session

Create or refresh this browser's goals session; hand back its CSRF token.

The page's first call, and its call again after a reload — the CSRF token lives in memory, so asking again is how the page gets back the right to take a turn on a conversation it already owns. Asking again returns the same token, so a second tab does not take that right away from the first (#1883).

get/goals/session

Response

Successful Response

session_idstring required
expires_atstring date-time required
csrf_tokenstring required

Changes

No recorded changes to this endpoint across all 1 revision of this API.