Has Voted

Get the user's voting status.

GET https://galactica.ga/api/check/:user_id

Path Parameters

NameTypeDescription

user_id

string

It specifies which user data you will withdraw.

Headers

NameTypeDescription

Authorization

string

It is the client token taken from galactica.

{
  voted: true/false
}

Last updated