Authentication
GET
/api/v1/auth/invitations/preview/{token}

Public preview of an organization invite (no auth required).

Path Parameters

token*Token

Response Body

application/json

application/json

curl -X GET "https://example.com/api/v1/auth/invitations/preview/string"
{  "organization_name": "string",  "email": "string",  "role": "string",  "expires_at": "2019-08-24T14:15:22Z",  "status": "string",  "user_exists": false,  "has_password": false}

Community & contact

  1. Found a bug or have a feature request? Open a GitHub issue.
  2. Join our Discord for faster replies!