Skip to main content
GET
/
invites
/
lookup
Look up an invite by token
curl --request GET \
  --url https://slog.ai/invites/lookup
{
  "email": "[email protected]",
  "inviterName": "Alex Johnson",
  "workspaceName": "Acme Engineering",
  "alreadyHasAccount": false
}

Query Parameters

token
string
required

The invite token from the invite email.

Response

Invite metadata.

email
string<email>
inviterName
string
Example:

"Alex Johnson"

workspaceName
string
Example:

"Acme Engineering"

alreadyHasAccount
boolean

Whether an account already exists for this email address.

Example:

false