LogoLogo
  • Hey Developer, Welcome 👋
  • NPM MODULE
    • Getting Started Npm
    • Vote Check
    • Bot Search
    • Server Count
  • PYTHON PACKAGE
    • Getting Started Python
    • Server Count
  • API
    • Has Voted
    • Stats
    • Search
Powered by GitBook
On this page
  1. API

Has Voted

PreviousServer CountNextStats

Last updated 5 months ago

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

Headers

Name
Type
Description

Authorization*

string

It is the client token from

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."
}

cybralist.com