# Authorization

This section provides functionality for authenticating and authorizing clients and applications, ensuring secure access to your API. To receive an API key, you must register or log in to your personal account.

{% hint style="warning" %}
**Warning:** Do not give your authorization key to third parties!
{% endhint %}

## Key features

* **API Key Generation:**&#x20;

Enables the creation of a unique API key for clients and applications using your API. The key ensures secure access to API resources.

* **Access control:**&#x20;

Grants access to the API key based on a specified IP list.

### Get your API keys

Your API requests are authenticated using API keys. Any request that doesn't include an API key will return an error.

You can generate a new API key from [`your dashboard`](https://proxy-seller.com/personal/api/) at any time. Simply press the 'Generate key' button.

<figure><img src="https://1982502377-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FSRme5tjIw8D2wPlwSNAx%2Fuploads%2Fq7Dj8jEds8NMIYQLorkO%2FScreenshot%20by%20Dropbox%20Capture.png?alt=media&#x26;token=432e9d90-4bd0-4172-8a9d-8ac41558ed55" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
You can change a new API key from your dashboard at any time. Just press button "Generate key".
{% endhint %}

### **Access control**

You can use IP authorization to enhance security. However, using IP authorization also requires an API key.

{% hint style="danger" %}
**Warning**: API access can only be allowed from specific IP addresses.

If your IP address is detected as **IPv6**, please use the **IPv6** address in the whitelist.&#x20;

You can check it in advance using our tool: <https://proxy-seller.com/tools/hideip/>
{% endhint %}

<figure><img src="https://1982502377-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FSRme5tjIw8D2wPlwSNAx%2Fuploads%2FbNbMqSJv0pTny4YDfbww%2FScreenshot%20by%20Dropbox%20Capture.png?alt=media&#x26;token=8e603556-670f-471e-b89f-29a8c65c0e55" alt=""><figcaption></figcaption></figure>
