# Get authorization key

To receive an API key, you must register or log in to [your personal account](https://mobile.proxy-seller.com/).

{% hint style="info" %}
**Attention:** Do not share your authorization key with third parties!
{% endhint %}

## Get your API keys

Your API requests are authenticated using API keys. Any request that does not include an API key will result in an error.

You can generate an API key from your Dashboard at any time.

<figure><img src="https://1982502377-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FSRme5tjIw8D2wPlwSNAx%2Fuploads%2FiTFeggME4sd2N7iHHYvy%2F%D0%A1%D0%BD%D0%B8%D0%BC%D0%BE%D0%BA%20%D1%8D%D0%BA%D1%80%D0%B0%D0%BD%D0%B0%202023-11-24%20150809.jpg?alt=media&#x26;token=64fc6805-2e25-4edc-a6e5-d651409af321" alt=""><figcaption></figcaption></figure>

Next, copy your API key and add it to the 'Headers' in all API requests

{% code title="Headers" %}

```
Authorization: <Your API key> (required for all requests)
```

{% endcode %}

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

## Use IP authorization

You can use IP authorization to enhance security. However, using IP authorization also requires an API key. To enable this, complete the relevant fields in your Dashboard.

{% hint style="info" %}
**Attention:** API access can only be allowed from a specified IP address.
{% endhint %}

<figure><img src="https://1982502377-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FSRme5tjIw8D2wPlwSNAx%2Fuploads%2FLhH3Lr3NzlMNYWBxwMVU%2F%D0%A1%D0%BD%D0%B8%D0%BC%D0%BE%D0%BA%20%D1%8D%D0%BA%D1%80%D0%B0%D0%BD%D0%B0%202023-11-24%20151604.jpg?alt=media&#x26;token=81c0e621-6000-493d-8c88-3a31f23dbc38" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.proxy-seller.com/mobile-crm/get-authorization-key.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
