REST API ReferenceDashboard APIAuth
Validate invite
POST
/auth/validateInviteValidate invite.
Should pass in Invite ID.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/auth/validateInvite" \ -H "Content-Type: application/json" \ -d '{ "invite_id": "8e07edcf-92be-43c6-934e-c9cc96f2ddfb" }'{ "valid": true}Empty
Empty
Empty
Empty
Think this page can be better?
Open an issue