Validate invitation token as able to accept. Therefore: it exists, is PENDING status, and is not expired.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The token to validate
The response is of type object
.