Resend an invite
Resend the invite email for a pending invite.
POST
/api/invites/{id}/resendPath parameters
idnumberrequiredPath parameter: id
Request
curl
curl -X POST https://platform.trickest.com/api/invites/{id}/resend \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200Invite resent
successboolean400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring