Guides

Is profile already invited

The Profile Already Invited endpoint allows you to check whether a specific profile has already been invited. This endpoint provides a boolean response indicating whether the specified profile has an existing invitation.

Request

AlreadyInvitedCheckRequest

Invocation

const result = await client.invites.profileAlreadyInvited({
  for: "0x1234567890123456789012345678901234567890",
});
query ProfileAlreadyInvited($request: AlreadyInvitedCheckRequest!) {
  result: profileAlreadyInvited(request: $request)
}

Response

Returns a boolean.