AntiVPN
Plugin
  • Getting Started
    • 😀Introduction
    • ⚒️Installation
      • Change Kick Message
  • 🛠️Settings
    • ⚠️Random Disconnects
    • 🔧Creating Configuration
    • 🛡️Shield Mode
    • 🔔Webhooks
  • Developers
    • 📞Realtime java API
    • 🌐Rest-API
  • 📣Discord
Powered by GitBook
On this page

Was this helpful?

  1. Developers

Rest-API

AntiVPN Rest-API access.

Before start, you need the SERVER_TOKEN, to generate it you can go to Installation. It's the same SERVER_TOKEN used for the Minecraft Plugin.

Using CURL via Bash terminal.

curl --request GET \
  --url 'https://connection.antivpn.io/api/check?ip=1.1.1.1' \
  --header 'Authorization: Bearer SERVER_TOKEN'
PreviousRealtime java API

Last updated 5 months ago

Was this helpful?

🌐