RelayAPI

Resend a pending organization invitation

POST
/v1/invitations/{id}/resend
AuthorizationBearer <token>

API key (rlay_live_* or rlay_test_). Invite redemption also accepts a server-derived rlay_session_ bearer for a current user session.

In: header

Path Parameters

id*string
Length1 <= length <= 255

Header Parameters

idempotency-key*string

Caller-generated key for one logical email-staging occurrence

Match^[A-Za-z0-9._:-]+$
Length8 <= length <= 200

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/v1/invitations/string/resend" \  -H "idempotency-key: stringst"
{  "delivery_id": "string",  "status": "staged"}

Found something wrong? Help us improve this page.