V1PartnerInvitationsVerify emailSend
Send a separate code to the invited email; does not change the login identity
Authorization
bearer AuthorizationBearer <token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/partner/invitations/verify-email/send" \ -H "Content-Type: application/json" \ -d '{ "token": "string" }'{ "sent": true, "retryAfterSeconds": 60}