V1PartnerInvitationsVerify emailConfirm
Verify invited-email possession for this signed-in account and invitation
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/confirm" \ -H "Content-Type: application/json" \ -d '{ "token": "string", "code": "string" }'{ "verified": true}