vCodes
  • API Reference
  • RESOURCES
    • Bots
    • Bot
      • Vote
      • Commands
      • Announcements
  • LIBRARIES
    • Javascript
Powered by GitBook
On this page
  • Base URL
  • API Versioning
  • Authentication

Was this helpful?

Export as PDF

API Reference

NextBots

Last updated 2 years ago

Was this helpful?

Base URL

https://api.vcodes.xyz/

API Versioning

vCodes exposes different versions of our API. You should specify which version to use by including it in the request path like https://api.vcodes.xyz/v{version_number}.

VERSION
STATUS
DEFAULT

0

Discontinued

1

Available

✓

Version number is required.

Authentication

Authentication is performed with the Authorization HTTP header in the format Authorization: Bot TOKEN. Using a bot token gained by .

Example Bot Token Authorization Header

Authorization: Bot eyJhbGciOiJIUzI1NiJ9....

submit a bot