For the complete documentation index, see llms.txt. This page is also available as Markdown.

Has Voted

GET https://api.cybralist.co.in/vote/check/:userID

Headers

Name
Type
Description

Authorization*

string

It is the client token from cybralist.com

Parameter

Name
Type
Description

userID*

string

It specifies which user data you will withdraw

{
    voted: true/false
}

{
    "error": "You must enter a user id."
}

{
  "error": "You must enter a bot token."
}

{
 "error": "You entered an invalid bot token."
}

Last updated