Validate Invite Token

Prev Next
Post
/api/v1/validateInviteToken

Checks if an invite token is valid.

Body parameters
Example
"iS7pza"
object
token
string Required

The invite ID being validated.

Responses
200

OK

Success
{
  "valid": true,
  "success": true
}
object
valid
boolean
success
boolean
401

Unauthorized

Authorization Error
{
  "status": "error",
  "message": "You must be logged in to do this."
}
object
status
string
message
string