Resend a contributor invitation

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:

  1. rotating credentials at POST /account/api-access/credentials/rotate
  2. exchanging them at POST /account/api-access/token
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required

Invitation Id

Response
201
Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here!