get
https://api.mywishweaver.com/api/bundle-purchases/available
List active, successful bundle purchases that still have remaining card capacity.
Use this endpoint before creating a card so you can select the correct bundle_purchase_id.
Typical flow:
- Generate credentials at
POST /account/api-access/credentials/rotate. - Exchange them at
POST /account/api-access/token. - Call this endpoint with your bearer token.
- Pick one returned
bundle_purchase_id. - Use that purchase id in
POST /api/cards.
Example:
curl "$BASE_URL/api/bundle-purchases/available" \
-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