Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X POST 'http://localhost:9000/admin/sellers/sel_01HXYZABCDEF/members/invites/meminv_01HXYZINVAA/resend' \ -H 'Authorization: Bearer <token>'
{ "member_invite": { "id": "meminv_01HXYZINVAA", "email": "new.member@acme.co", "role_id": "role_01HXYZROLEAA", "accepted": false, "token": "inv_token_def456", "expires_at": "2026-06-29T09:00:00.000Z" } }
Resend a seller’s member invite.
Show properties