curl --request POST \
--url https://apix.us.amity.co/api/v1/invitations/{invitationId}/resend \
--header 'Authorization: Bearer <token>'{
"success": true
}This API allows invitation creators or authorized users to resend invitations that were declined.
curl --request POST \
--url https://apix.us.amity.co/api/v1/invitations/{invitationId}/resend \
--header 'Authorization: Bearer <token>'{
"success": true
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
ID of the invitation (MongoDB ObjectId)
24Resend invitation response
Whether the invitation was successfully resent
true