LogoLogo
DiscordPanelPricing
  • TCPShield
  • FAQ
  • Commonly asked questions
  • Features
  • Contact
  • Billing
  • Vxlan
    • VXLAN Features
    • VXLAN Tunnel Setup Guide
    • Common issues and Debugging
  • Premium Features
    • Asia Network
    • Geyser
    • Panel Features
  • Panel
    • Setup Process
    • Panel Configuration
    • DNS Setup
    • TCPShield Plugin
  • Troubleshooting
    • Setup Checklist
    • Invalid Hostname
    • Disconnected on Login
    • High Latency and General Lag
    • How to Read a Traceroute
    • Connection Complaint Policy
  • Miscellaneous
    • TCPShield API
    • Protect a website
    • Wildcard DNS
    • Protect a home hosted server
    • Account sharing
    • Transfer Packets
  • Useful Links
  • TCPShield Panel
Powered by GitBook
LogoLogo

Useful links

  • Pricing
  • Twitter
  • Contact

Need help?

  • Discord
  • Network Status

Panel

  • Sign Up
  • Login
On this page
  • API Key
  • Examples
  • Java API
  • Important Information

Was this helpful?

  1. Miscellaneous

TCPShield API

Information about the API provided for TCPShield users.

PreviousConnection Complaint PolicyNextProtect a website

Last updated 4 years ago

Was this helpful?

The process for integration against the TCPShield API is very easy. We have implemented full functionality and provide full support for our API for users with the pro plan and above.

OpenAPI documentation is provided . You can also find the repository where this information is hosted .

API Key

Your API key can be grabbed from .

Generally speaking, your API key allows the caller to preform any action your normal account can. It goes without saying, but as a reminder, it is extremely important to keep your API key only in trusted hands.

Examples

List all networks:

curl -H 'X-API-Key: YOUR_API_KEY' https://api.tcpshield.com/networks

We will be providing API wrappers in more languages in the future. At this time, if you need support or have questions, the engineers of TCPShield would be happy to assist.

Java API

Important Information

TCPShield reserves the right to restrict API access for anything we find malicious or overbearing on our systems. We also reserve the right to change the API without warning on the currently published endpoints.

Our Java API is available at

https://github.com/TCPShield/TCPShield-Java-API-Wrapper
here
here
your settings page