Return the member's backend-notification enablement state
Reflects backend-managed notification enrollment, distinct from the device-level OS notification toggle (which the partner app manages directly). Partners surface this as a settings toggle alongside the OS-level permission.
Authorization
MemberBearer Member-scoped JWT minted by POST /v1/auth/token. Required on every /v1/users/{user_id}/... route; the token's sub claim must match the path user_id.
In: header
Path Parameters
uuidHeader Parameters
Response Body
application/json
application/json
curl -X GET "https://loading/v1/users/497f6eca-6276-4993-bfeb-53cbbbba6f08/notifications/state"{
"data": {
"backend_notifications_enabled": true
}
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}Update interaction status when the member acts on a card
Lifecycle transitions: `pending → opened → completed | dismissed`, or the direct `pending → dismissed`. Same-status PATCHes are accepted as no-ops. Other transitions return `422`. Returns `204 No Content` on success.
Retrieve the member's current program
Stable partner contract for the member's active coaching plan. Returns one program (the active one) with focus categories, goals, and an AI-generated analysis insight. Partners use this to render the program home screen.