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
1 - 50
Community ID for permission check purpose
900
Resend invitation response
The response is of type object
.