post
https://api.mywishweaver.com/api/cards/invitations/resend
Resend a previously created contributor invitation.
Use GET /api/cards/:card_id/invitations first to retrieve the invitation identifier, then pass it here as invite_id.
Example:
curl -X POST "$BASE_URL/api/cards/invitations/resend" \
-H "Authorization: Bearer <access_token>" \
-H "Content-Type: application/json" \
-d '{
"invite_id": "<invite_id>"
}'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…
201