Skip to main content
GET
/
api
/
coach
/
bootstrap
Load initial coach state
curl --request GET \
  --url https://app.narrativebanking.com/api/coach/bootstrap \
  --header 'Authorization: Bearer <token>'
{
  "session": {
    "sessionId": "123",
    "chatType": "free",
    "createdAt": "2026-03-03T10:00:00Z"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Coach bootstrap payload

session
object