V1PartnerInvitationsAccept
Accept an invitation with matching verified-email proof and explicit workspace consent
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/accept" \ -H "Content-Type: application/json" \ -d '{ "token": "string" }'{ "tenantId": "f97df110-f4de-492e-8849-4a6af68026b0", "status": "joined"}