Przejdź do głównej zawartości

Resend Invitation

POST 

/api/partner/v1/onboarding/:ref/invitations/:id/resend

Resend an existing invitation's e-mail and SMS - for example when the address had a typo or the SMS never arrived. Resending keeps the same invitation and refreshes its expiry.

A per-invitation cooldown applies (each SMS has a cost, so clicking faster does not help): calling again before it elapses returns 429. Invitations in a terminal state (completed, expired, cancelled) cannot be resent and return 422.

Requires scope onboarding:write.

Request

Responses

Invitation resent; the e-mail and SMS have been dispatched again.