V1PartnerInvitationsPreview
Review a private invitation after signing in
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/preview" \ -H "Content-Type: application/json" \ -d '{ "token": "string" }'{ "name": "string", "type": "corporate", "role": "string", "emailHint": "string", "requiresEmailVerification": true, "requiresStrongAuthentication": true, "expiresAt": "2019-08-24T14:15:22Z"}