Схемы безопасности

bearerAuth

Authentication Tokens

All requests are authenticated with tokens — secret personal keys generated by the server to identify calls to the OnlineProxy API from users. Every request must contain a valid token in the Authorization header to avoid a 401 Unauthorized response.


Getting the authentication token

To obtain the token you need to follow these steps: 1. Go to https://onlineproxy.io and log in or sign up 2. Select Account settings in drop-down menu in the top-right corner or follow this link 3. Go to API settings tab 4. Click the Add token button, fill in the description field and click the Add button 5. IMPORTANT! Copy and save the provided token immediately as it will only be shown once (for security reasons).


Using the authentication token

To authenticate the request, include the token in the Authorization header.

http
Схема: bearer