Reinvite a partner

View as MarkdownOpen in Claude
Resends an invite email to an existing partner already connected to your vendor account.

Authentication

X-API-KEYstring

Your vendor API key. Required on every request under /api/v1/vendors/**.

Path parameters

partnerIdlongRequired
ID of the partner to reinvite.

Request

This endpoint expects an object.
emailAddressstringRequiredformat: "email"

Response

Reinvite sent successfully.
successbooleanOptional
messagestringOptional
dataany or nullOptional
timestampdatetimeOptional

Errors

400
Bad Request Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error