Manage users and tokens.
| Name | Type | ID | Token | Recipient (For Integration) | Actions |
|---|
Use these endpoints to integrate with the Family Sharing service in the ChristNote app.
http://localhost:3000/api/v1
Send a full JSON record (note or prayer page) to a recipient.
POST /share/:recipient_id
Headers:
Authorization: Bearer YOUR_TOKEN
Content-Type: application/json
Body: Full JSON of the note.
Retrieve shared items for the authenticated user. Returns ALL items sorted by latest updates first.
GET /inbox?page=1&limit=10
Headers:
Authorization: Bearer YOUR_TOKEN
Mark a specific shared item as read.
POST /inbox/:share_id/read
Headers:
Authorization: Bearer YOUR_TOKEN