NovaProxy Docs

Introduction

Getting started with the NovaProxy API

Welcome to the NovaProxy API documentation. You can use this API to manage your proxy orders, check available plans, and view your account balance.

Authentication

The NovaProxy API uses Bearer Token authentication. You must include your API token in the Authorization header of each request.

Authorization: Bearer <your_api_token>

Base URL

All API requests should be made to the following base URL:

https://api.novaproxy.io

IP Whitelist

Contact us in the support system on the site or in Telegram novaproxyio

Response Format

All responses are returned in JSON format.

On this page