get
https://api.mywishweaver.com/api/cards//details
Fetch full card details for the authenticated account, including invitations and visible message contributions.
Use this endpoint when you want a richer operational view than the basic card endpoint:
- invitations on the card
- contribution pagination
- contributor visibility based on existing card rules
- reactions and card metadata
Example:
curl "$BASE_URL/api/cards/<card_id>/details?page=1&limit=20" \
-H "Authorization: Bearer <access_token>"Authentication for this endpoint requires this header:
Authorization: Bearer <access_token>
Generate the bearer token by:
- rotating credentials at
POST /account/api-access/credentials/rotate - exchanging them at
POST /account/api-access/token
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
200