🌐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'

Last updated